PHP Class Api\Controller\PageController

Inheritance: extends api\Controller\Controller
Afficher le fichier Open project: oleksandr-torosh/yona-cms Class Usage Examples

Méthodes publiques

Méthode Description
getAction ( ) : Phalcon\Http\ResponseInterface Action responsible to display info about single page entity.
listAction ( ) : Phalcon\Http\ResponseInterface Action responsible to display a list of pages with required data.

Method Details

getAction() public méthode

Action responsible to display info about single page entity.
public getAction ( ) : Phalcon\Http\ResponseInterface
Résultat Phalcon\Http\ResponseInterface

listAction() public méthode

Action responsible to display a list of pages with required data.
public listAction ( ) : Phalcon\Http\ResponseInterface
Résultat Phalcon\Http\ResponseInterface