ResourceRegistrar (Routing)

ResourceRegistrar

class ResourceRegistrar (View source)

Methods

void __construct( Router $router)

Create a new resource registrar instance.

void register( string $name, string $controller, array $options = array())

Route a resource to a controller.

string getResourceUri( string $resource)

Get the base resource URI for a given resource.

string getResourceWildcard( string $value)

Format a resource wildcard for usage.

Details

void __construct( Router $router)

Create a new resource registrar instance.

Parameters

Router $router

Return Value

void

void register( string $name, string $controller, array $options = array())

Route a resource to a controller.

Parameters

string $name
string $controller
array $options

Return Value

void

string getResourceUri( string $resource)

Get the base resource URI for a given resource.

Parameters

string $resource

Return Value

string

string getResourceWildcard( string $value)

Format a resource wildcard for usage.

Parameters

string $value

Return Value

string

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.1/Illuminate/Routing/ResourceRegistrar.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部