string parse(string $controller)
Converts a short notation a:b:c to a class::method.
string parse(string $controller)
Converts a short notation a:b:c to a class::method.
string | $controller | A short notation controller (a:b:c) |
string | A string in the class::method notation |
InvalidArgumentException | when the specified bundle is not enabled or the controller cannot be found |
Designed by : w10schools
service@w10schools.com
Please login to continue.