PHP 클래스 Adamgoose\Routing\Annotations\Path

상속: extends AbstractPath
파일 보기 프로젝트 열기: adamgoose/laravel-annotations

공개 프로퍼티들

프로퍼티 타입 설명
$as string The name of the route.

공개 메소드들

메소드 설명
__construct ( string $verb, string $domain, string $path, string $as, array $middleware = [], array $where = [] ) : void Create a new Route Path instance.

메소드 상세

__construct() 공개 메소드

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
리턴 void

프로퍼티 상세

$as 공개적으로 프로퍼티

The name of the route.
public string $as
리턴 string