PHP 클래스 Drest\Mapping\Annotation\Route

상속: implements ArrayAccess
파일 보기 프로젝트 열기: leedavis81/drest

공개 프로퍼티들

프로퍼티 타입 설명
$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