Aviat\Director\RouteConfig::setBaseConfig
Set route config defaults
Signature
public function setBaseConfig(string
$namespace,
[string
$class = '',
[string
$method = 'index']] )
Parameters
$namespace
—
string
- - namespace used for controllers, unless explicit
$class
—
string
- - controller class to default to, if no routes match
$method
—
string
- - default controller method, if not specified in the config item
Returns
- RouteConfig
Test Coverage
Information
- Coverage: 0/5 Lines (0%)
- Tests: 0
- Passed: 0 (0%)