PHP 클래스 Adamgoose\Routing\Annotations\AbstractPath

파일 보기 프로젝트 열기: adamgoose/laravel-annotations

공개 프로퍼티들

프로퍼티 타입 설명
$domain string The domain the route responds to.
$middleware array The path's middleware.
$path string The path / URI the route responds to.
$verb array The HTTP verb the route responds to.
$where array The path's "where" clauses.

프로퍼티 상세

$domain 공개적으로 프로퍼티

The domain the route responds to.
public string $domain
리턴 string

$middleware 공개적으로 프로퍼티

The path's middleware.
public array $middleware
리턴 array

$path 공개적으로 프로퍼티

The path / URI the route responds to.
public string $path
리턴 string

$verb 공개적으로 프로퍼티

The HTTP verb the route responds to.
public array $verb
리턴 array

$where 공개적으로 프로퍼티

The path's "where" clauses.
public array $where
리턴 array