PHP Класс Adamgoose\Routing\Annotations\ResourcePath

Наследование: extends AbstractPath
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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