Basecoat\Routing::__construct PHP Method

__construct() public method

public __construct ( $basecoat, $routes = null )
    public function __construct($basecoat, $routes = null)
    {
        $this->basecoat = $basecoat;
        $this->profiling['start'] = round(microtime(true), 3);
        $this->setRoutes($routes);
    }