PhalconRest\Export\Documentation::getCollections PHP Méthode

getCollections() public méthode

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

Usage Example

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