PHP 클래스 Api\Controller\PageController

상속: extends api\Controller\Controller
파일 보기 프로젝트 열기: oleksandr-torosh/yona-cms 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

getAction() 공개 메소드

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

listAction() 공개 메소드

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