ControllerInspector deprecated::getPlainUri()

string getPlainUri(string $name, string $prefix) Determine the URI from the given method name. Parameters string $name string $prefix Return Value string

ControllerInspector deprecated::getMethodData()

array getMethodData(ReflectionMethod $method, string $prefix) Get the method data for a given method. Parameters ReflectionMethod $method string $prefix Return Value array

ControllerInspector deprecated::addUriWildcards()

string addUriWildcards(string $uri) Add wildcards to the given URI. Parameters string $uri Return Value string

ControllerInspector deprecated

ControllerInspector deprecated class ControllerInspector (View source) deprecated since version 5.2. Methods array getRoutable(string $controller, string $prefix) Get the routable methods for a controller. bool isRoutable(ReflectionMethod $method) Determine if the given controller method is routable. array getMethodData(ReflectionMethod $method, string $prefix) Get the method data for a given method. string getVerb(string $name) Extract the verb from a controller action

ControllerGenerator::__construct()

void __construct(Filesystem $files) Create a new controller generator instance. Parameters Filesystem $files Return Value void

ControllerGenerator::make()

void make(string $controller, string $path, array $options = array()) Create a new resourceful controller file. Parameters string $controller string $path array $options Return Value void

ControllerGenerator

ControllerGenerator class ControllerGenerator (View source) Methods void __construct(Filesystem $files) Create a new controller generator instance. void make(string $controller, string $path, array $options = array()) Create a new resourceful controller file.

ControllerDispatcher::__construct()

void __construct(Container $container) Create a new controller dispatcher instance. Parameters Container $container Return Value void

ControllerDispatcher::resolveMethodDependencies()

array resolveMethodDependencies(array $parameters, ReflectionFunctionAbstract $reflector) Resolve the given method's type-hinted dependencies. Parameters array $parameters ReflectionFunctionAbstract $reflector Return Value array

ControllerDispatcher::getMiddleware()

static array getMiddleware(Controller $controller, string $method) Get the middleware for the controller instance. Parameters Controller $controller string $method Return Value array