X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/vendor/illuminate/contracts/Routing
home
/
gfecatvj
/
sites
/
vendor
/
illuminate
/
contracts
/
Routing
/
📁
..
📄
BindingRegistrar.php
(447 B)
📄
Registrar.php
(2.63 KB)
📄
ResponseFactory.php
(4.62 KB)
📄
UrlGenerator.php
(1.75 KB)
📄
UrlRoutable.php
(881 B)
Editing: BindingRegistrar.php
<?php namespace Illuminate\Contracts\Routing; interface BindingRegistrar { /** * Add a new route parameter binder. * * @param string $key * @param string|callable $binder * @return void */ public function bind($key, $binder); /** * Get the binding callback for a given binding. * * @param string $key * @return \Closure */ public function getBindingCallback($key); }
Upload File
Create Folder