PHP 클래스 Backend\Modules\Blog\Actions\Comments

상속: extends Backend\Core\Engine\Base\ActionIndex
파일 보기 프로젝트 열기: forkcms/forkcms

공개 메소드들

메소드 설명
addPostData ( string $text, string $title, string $url, integer $id ) : string Add postdata into the comment
execute ( ) Execute the action

보호된 메소드들

메소드 설명
parse ( ) Parse & display the page

비공개 메소드들

메소드 설명
loadDataGrids ( ) Loads the datagrids

메소드 상세

addPostData() 공개 정적인 메소드

Add postdata into the comment
public static addPostData ( string $text, string $title, string $url, integer $id ) : string
$text string The comment.
$title string The title for the blogarticle.
$url string The URL for the blogarticle.
$id integer The id of the comment.
리턴 string

execute() 공개 메소드

Execute the action
public execute ( )

parse() 보호된 메소드

Parse & display the page
protected parse ( )