PhalconRest\Export\Documentation::getCollections PHP Method

getCollections() public method

public getCollections ( )
    public function getCollections()
    {
        return $this->collections;
    }

Usage Example

 public function includeCollections(Documentation $documentation)
 {
     return $this->collection($documentation->getCollections(), new ApiCollectionTransformer());
 }