Aviat\Director\Director
Library entry point
Synopsis
class Director
{
- // members
- protected RouteConfig $config;
- protected UrlGenerator $urlGenerator;
- protected Matcher $matcher;
- protected LoggerInterface $logger;
- // methods
- public void __construct()
- public RouteConfig getConfig()
- protected RouteConfig getNewConfig()
- protected Matcher getMatcher()
- protected UrlGenerator getUrlGenerator()
Coverage
Methods | 0% | 0 / 5 |
Lines | 0% | 0 / 17 |
Members
protected
- $config
—
Aviat\Director\RouteConfig
Route configuration - $logger
—
Psr\Log\LoggerInterface
Logger - $matcher
—
Aviat\Director\Matcher
Route matcher - $urlGenerator
—
Aviat\Director\UrlGenerator
Url Generator
Methods
protected
- getMatcher() — Create matcher object
- getNewConfig() — Create config object
- getUrlGenerator() — Create url generator
public
- __construct() — Constructor
- getConfig() — Return the config option