PHP Class Adamgoose\Routing\Annotations\Path

Inheritance: extends AbstractPath
Show file Open project: adamgoose/laravel-annotations

Public Properties

Property Type Description
$as string The name of the route.

Public Methods

Method 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 method

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
return void

Property Details

$as public property

The name of the route.
public string $as
return string