PHP Class Backend\Modules\Blog\Actions\Comments

Inheritance: extends Backend\Core\Engine\Base\ActionIndex
Afficher le fichier Open project: forkcms/forkcms

Méthodes publiques

Méthode Description
addPostData ( string $text, string $title, string $url, integer $id ) : string Add postdata into the comment
execute ( ) Execute the action

Méthodes protégées

Méthode Description
parse ( ) Parse & display the page

Private Methods

Méthode Description
loadDataGrids ( ) Loads the datagrids

Method Details

addPostData() public static méthode

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.
Résultat string

execute() public méthode

Execute the action
public execute ( )

parse() protected méthode

Parse & display the page
protected parse ( )