System\Router::create PHP Méthode

create() public static méthode

Create a new instance of the Router class for chaining
public static create ( ) : object
Résultat object
    public static function create()
    {
        return new static(Request::method(), Uri::current());
    }