PHP Class PhalconRest\Export\Documentation

Inheritance: extends PhalconRest\Mvc\Plugin
Afficher le fichier Open project: olivierandriessen/phalcon-rest Class Usage Examples

Méthodes publiques

Свойство Type Description
$basePath
$name

Protected Properties

Свойство Type Description
$collections
$routes

Méthodes publiques

Méthode Description
__construct ( $name, $basePath )
addCollection ( ApiCollection $apiCollection )
addManyCollections ( array $collections )
addManyRoutes ( array $routes )
addRoute ( Phalcon\Mvc\Router\Route $route )
getCollections ( )
getRoutes ( )

Method Details

__construct() public méthode

public __construct ( $name, $basePath )

addCollection() public méthode

public addCollection ( ApiCollection $apiCollection )
$apiCollection PhalconRest\Api\ApiCollection

addManyCollections() public méthode

public addManyCollections ( array $collections )
$collections array

addManyRoutes() public méthode

public addManyRoutes ( array $routes )
$routes array

addRoute() public méthode

public addRoute ( Phalcon\Mvc\Router\Route $route )
$route Phalcon\Mvc\Router\Route

getCollections() public méthode

public getCollections ( )

getRoutes() public méthode

public getRoutes ( )

Property Details

$basePath public_oe property

public $basePath

$collections protected_oe property

protected $collections

$name public_oe property

public $name

$routes protected_oe property

protected $routes