PHP Класс Drest\Mapping\Annotation\Route

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

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

Свойство Тип Описание
$action string
$allowOptions boolean
$collection boolean
$content string
$disableExpose boolean
$expose array
$name string
$origin boolean
$routeConditions array
$routePattern string
$verbs array

Открытые методы

Метод Описание
offsetExists ( mixed $offset ) : boolean Return key exists.
offsetGet ( mixed $offset ) : mixed Return the value for the offset.
offsetSet ( mixed $offset, mixed $value ) Set the offset
offsetUnset ( mixed $offset ) Unset the offset.

Описание методов

offsetExists() публичный Метод

Return key exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
Результат boolean

offsetGet() публичный Метод

Return the value for the offset.
public offsetGet ( mixed $offset ) : mixed
$offset mixed
Результат mixed

offsetSet() публичный Метод

Set the offset
public offsetSet ( mixed $offset, mixed $value )
$offset mixed
$value mixed

offsetUnset() публичный Метод

Unset the offset.
public offsetUnset ( mixed $offset )
$offset mixed

Описание свойств

$action публичное свойство

public string $action
Результат string

$allowOptions публичное свойство

public bool $allowOptions
Результат boolean

$collection публичное свойство

public bool $collection
Результат boolean

$content публичное свойство

public string $content
Результат string

$disableExpose публичное свойство

public bool $disableExpose
Результат boolean

$expose публичное свойство

public array $expose
Результат array

$name публичное свойство

public string $name
Результат string

$origin публичное свойство

public bool $origin
Результат boolean

$routeConditions публичное свойство

public array $routeConditions
Результат array

$routePattern публичное свойство

public string $routePattern
Результат string

$verbs публичное свойство

public array $verbs
Результат array