Ouzo\Uri\UriHelperGenerator::__construct PHP Method

__construct() public method

public __construct ( $routes )
    public function __construct($routes)
    {
        $this->_routes = $routes;
        $this->_generateFunctions();
    }