PHP Class PhalconRest\Export\Documentation\ApiCollection

Show file Open project: olivierandriessen/phalcon-rest Class Usage Examples

Protected Properties

Property Type Description
$description
$endpoints
$fields
$name
$path

Public Methods

Method Description
addEndpoint ( ApiEndpoint $endpoint )
addManyEndpoints ( array $endpoints )
getDescription ( )
getEndpoints ( )
getFields ( )
getName ( )
getPath ( )
setDescription ( $description )
setFields ( $fields )
setName ( $name )
setPath ( $path )

Method Details

addEndpoint() public method

public addEndpoint ( ApiEndpoint $endpoint )
$endpoint ApiEndpoint

addManyEndpoints() public method

public addManyEndpoints ( array $endpoints )
$endpoints array

getDescription() public method

public getDescription ( )

getEndpoints() public method

public getEndpoints ( )

getFields() public method

public getFields ( )

getName() public method

public getName ( )

getPath() public method

public getPath ( )

setDescription() public method

public setDescription ( $description )

setFields() public method

public setFields ( $fields )

setName() public method

public setName ( $name )

setPath() public method

public setPath ( $path )

Property Details

$description protected property

protected $description

$endpoints protected property

protected $endpoints

$fields protected property

protected $fields

$name protected property

protected $name

$path protected property

protected $path