PHP 클래스 PhalconRest\Export\Documentation\ApiEndpoint

파일 보기 프로젝트 열기: olivierandriessen/phalcon-rest 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$allowedRoles
$description
$exampleResponse
$httpMethod
$name
$path

공개 메소드들

메소드 설명
getAllowedRoles ( )
getDescription ( )
getExampleResponse ( )
getHttpMethod ( )
getName ( )
getPath ( )
setAllowedRoles ( $allowedRoles )
setDescription ( $description )
setExampleResponse ( $exampleResponse )
setHttpMethod ( $httpMethod )
setName ( $name )
setPath ( $path )

메소드 상세

getAllowedRoles() 공개 메소드

public getAllowedRoles ( )

getDescription() 공개 메소드

public getDescription ( )

getExampleResponse() 공개 메소드

public getExampleResponse ( )

getHttpMethod() 공개 메소드

public getHttpMethod ( )

getName() 공개 메소드

public getName ( )

getPath() 공개 메소드

public getPath ( )

setAllowedRoles() 공개 메소드

public setAllowedRoles ( $allowedRoles )

setDescription() 공개 메소드

public setDescription ( $description )

setExampleResponse() 공개 메소드

public setExampleResponse ( $exampleResponse )

setHttpMethod() 공개 메소드

public setHttpMethod ( $httpMethod )

setName() 공개 메소드

public setName ( $name )

setPath() 공개 메소드

public setPath ( $path )

프로퍼티 상세

$allowedRoles 보호되어 있는 프로퍼티

protected $allowedRoles

$description 보호되어 있는 프로퍼티

protected $description

$exampleResponse 보호되어 있는 프로퍼티

protected $exampleResponse

$httpMethod 보호되어 있는 프로퍼티

protected $httpMethod

$name 보호되어 있는 프로퍼티

protected $name

$path 보호되어 있는 프로퍼티

protected $path