PHP Class Api\Controller\PageController

Inheritance: extends api\Controller\Controller
Datei anzeigen Open project: oleksandr-torosh/yona-cms Class Usage Examples

Public Methods

Method 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 method

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

listAction() public method

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