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