PHP Class PhalconRest\Mvc\Controllers\CollectionController

Inheritance: extends FractalController
Show file Open project: olivierandriessen/phalcon-rest

Protected Properties

Property Type Description
$_collection PhalconRest\Api\ApiCollection
$_endpoint PhalconRest\Api\ApiEndpoint

Public Methods

Method Description
getCollection ( ) : ApiCollection
getEndpoint ( ) : ApiEndpoint

Method Details

getCollection() public method

public getCollection ( ) : ApiCollection
return PhalconRest\Api\ApiCollection

getEndpoint() public method

public getEndpoint ( ) : ApiEndpoint
return PhalconRest\Api\ApiEndpoint

Property Details

$_collection protected property

protected ApiCollection,PhalconRest\Api $_collection
return PhalconRest\Api\ApiCollection

$_endpoint protected property

protected ApiEndpoint,PhalconRest\Api $_endpoint
return PhalconRest\Api\ApiEndpoint