PHP 클래스 Phosphorum\Controllers\PollsController

상속: extends ControllerBase, use trait Phosphorum\Mvc\Controllers\TokenTrait
파일 보기 프로젝트 열기: phalcon/forum

공개 메소드들

메소드 설명
initialize ( ) This initializes the timezone in each request
voteAction ( integer $id, integer $option ) : Phalcon\Http\Response Votes for a poll option

메소드 상세

initialize() 공개 메소드

This initializes the timezone in each request
public initialize ( )

voteAction() 공개 메소드

Votes for a poll option
public voteAction ( integer $id, integer $option ) : Phalcon\Http\Response
$id integer Post ID
$option integer Option ID
리턴 Phalcon\Http\Response