Property | Type | Description | |
---|---|---|---|
$collectionsByIdentifier | |||
$collectionsByName | |||
$endpointsByIdentifier | |||
$matchedRouteNameParts |
Method | Description | |
---|---|---|
collection ( |
||
getCollection ( $name ) : |
||
getCollections ( ) : |
||
getMatchedCollection ( ) : |
||
getMatchedEndpoint ( ) : |
||
mount ( Phalcon\Mvc\Micro\CollectionInterface $collection ) | ||
resource ( |
Method | Description | |
---|---|---|
getMatchedRouteNamePart ( $key ) |
public collection ( |
||
$collection | ||
return | static |
public getCollection ( $name ) : |
||
$name | ||
return |
public getCollections ( ) : |
||
return |
public getMatchedCollection ( ) : |
||
return | The matched collection |
public getMatchedEndpoint ( ) : |
||
return | The matched endpoint |
public mount ( Phalcon\Mvc\Micro\CollectionInterface $collection ) | ||
$collection | Phalcon\Mvc\Micro\CollectionInterface |
public resource ( |
||
$resource | ||
return | static |