Webiny\Component\Router\Route\RouteCollection::__construct PHP Méthode

__construct() public méthode

Base constructor.
public __construct ( )
    public function __construct()
    {
        $this->routes = $this->arr([]);
    }