PHP Class Drest\Mapping\Annotation\Route

Inheritance: implements ArrayAccess
Afficher le fichier Open project: leedavis81/drest

Méthodes publiques

Свойство Type Description
$action string
$allowOptions boolean
$collection boolean
$content string
$disableExpose boolean
$expose array
$name string
$origin boolean
$routeConditions array
$routePattern string
$verbs array

Méthodes publiques

Méthode Description
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.

Method Details

offsetExists() public méthode

Return key exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
Résultat boolean

offsetGet() public méthode

Return the value for the offset.
public offsetGet ( mixed $offset ) : mixed
$offset mixed
Résultat mixed

offsetSet() public méthode

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

offsetUnset() public méthode

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

Property Details

$action public_oe property

public string $action
Résultat string

$allowOptions public_oe property

public bool $allowOptions
Résultat boolean

$collection public_oe property

public bool $collection
Résultat boolean

$content public_oe property

public string $content
Résultat string

$disableExpose public_oe property

public bool $disableExpose
Résultat boolean

$expose public_oe property

public array $expose
Résultat array

$name public_oe property

public string $name
Résultat string

$origin public_oe property

public bool $origin
Résultat boolean

$routeConditions public_oe property

public array $routeConditions
Résultat array

$routePattern public_oe property

public string $routePattern
Résultat string

$verbs public_oe property

public array $verbs
Résultat array