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: UrlRoutable.php
<?php namespace Illuminate\Contracts\Routing; interface UrlRoutable { /** * Get the value of the model's route key. * * @return mixed */ public function getRouteKey(); /** * Get the route key for the model. * * @return string */ public function getRouteKeyName(); /** * Retrieve the model for a bound value. * * @param mixed $value * @param string|null $field * @return \Illuminate\Database\Eloquent\Model|null */ public function resolveRouteBinding($value, $field = null); /** * Retrieve the child model for a bound value. * * @param string $childType * @param mixed $value * @param string|null $field * @return \Illuminate\Database\Eloquent\Model|null */ public function resolveChildRouteBinding($childType, $value, $field); }
Upload File
Create Folder