PHP Класс Backend\Modules\Blog\Actions\Comments

Наследование: extends Backend\Core\Engine\Base\ActionIndex
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )