PHP 클래스 PhalconRest\Export\Documentation\ApiCollection

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

보호된 프로퍼티들

프로퍼티 타입 설명
$description
$endpoints
$fields
$name
$path

공개 메소드들

메소드 설명
addEndpoint ( ApiEndpoint $endpoint )
addManyEndpoints ( array $endpoints )
getDescription ( )
getEndpoints ( )
getFields ( )
getName ( )
getPath ( )
setDescription ( $description )
setFields ( $fields )
setName ( $name )
setPath ( $path )

메소드 상세

addEndpoint() 공개 메소드

public addEndpoint ( ApiEndpoint $endpoint )
$endpoint ApiEndpoint

addManyEndpoints() 공개 메소드

public addManyEndpoints ( array $endpoints )
$endpoints array

getDescription() 공개 메소드

public getDescription ( )

getEndpoints() 공개 메소드

public getEndpoints ( )

getFields() 공개 메소드

public getFields ( )

getName() 공개 메소드

public getName ( )

getPath() 공개 메소드

public getPath ( )

setDescription() 공개 메소드

public setDescription ( $description )

setFields() 공개 메소드

public setFields ( $fields )

setName() 공개 메소드

public setName ( $name )

setPath() 공개 메소드

public setPath ( $path )

프로퍼티 상세

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

protected $description

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

protected $endpoints

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

protected $fields

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

protected $name

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

protected $path