PHP 클래스 Adamgoose\Routing\Annotations\ResourcePath

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

공개 프로퍼티들

프로퍼티 타입 설명
$method The controller method of the resource path.

공개 메소드들

메소드 설명
__construct ( string $method ) : void Create a new Resource Path instance.

보호된 메소드들

메소드 설명
getVerb ( string $method ) : string Get the verb for the given resource method.

메소드 상세

__construct() 공개 메소드

Create a new Resource Path instance.
public __construct ( string $method ) : void
$method string
리턴 void

getVerb() 보호된 메소드

Get the verb for the given resource method.
protected getVerb ( string $method ) : string
$method string
리턴 string

프로퍼티 상세

$method 공개적으로 프로퍼티

The controller method of the resource path.
public $method