PHP Class Drest\Mapping\Annotation\Route

Inheritance: implements ArrayAccess
Datei anzeigen Open project: leedavis81/drest

Public Properties

Property Type Description
$action string
$allowOptions boolean
$collection boolean
$content string
$disableExpose boolean
$expose array
$name string
$origin boolean
$routeConditions array
$routePattern string
$verbs array

Public Methods

Method 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 method

Return key exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
return boolean

offsetGet() public method

Return the value for the offset.
public offsetGet ( mixed $offset ) : mixed
$offset mixed
return mixed

offsetSet() public method

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

offsetUnset() public method

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

Property Details

$action public_oe property

public string $action
return string

$allowOptions public_oe property

public bool $allowOptions
return boolean

$collection public_oe property

public bool $collection
return boolean

$content public_oe property

public string $content
return string

$disableExpose public_oe property

public bool $disableExpose
return boolean

$expose public_oe property

public array $expose
return array

$name public_oe property

public string $name
return string

$origin public_oe property

public bool $origin
return boolean

$routeConditions public_oe property

public array $routeConditions
return array

$routePattern public_oe property

public string $routePattern
return string

$verbs public_oe property

public array $verbs
return array