PHP Class Adamgoose\Routing\Annotations\Path

Inheritance: extends AbstractPath
Afficher le fichier Open project: adamgoose/laravel-annotations

Méthodes publiques

Свойство Type Description
$as string The name of the route.

Méthodes publiques

Méthode Description
__construct ( string $verb, string $domain, string $path, string $as, array $middleware = [], array $where = [] ) : void Create a new Route Path instance.

Method Details

__construct() public méthode

Create a new Route Path instance.
public __construct ( string $verb, string $domain, string $path, string $as, array $middleware = [], array $where = [] ) : void
$verb string
$domain string
$path string
$as string
$middleware array
$where array
Résultat void

Property Details

$as public_oe property

The name of the route.
public string $as
Résultat string