PHP Class Forum\Controller\Topic\GetController

Inheritance: extends Phoenix\Controller\Display\ListDisplayController
Afficher le fichier Open project: asika32764/natika

Protected Properties

Свойство Type Description
$format string Property layout.
$id integer Property id.
$model Admin\Model\PostsModel Property model.
$view Forum\View\Topic\TopicHtmlView Property view.

Méthodes publiques

Méthode Description
getContext ( string $task = null ) : string getContext

Méthodes protégées

Méthode Description
doExecute ( ) : mixed doExecute
prepareExecute ( ) : void prepareExecute

Method Details

doExecute() protected méthode

doExecute
protected doExecute ( ) : mixed
Résultat mixed

getContext() public méthode

getContext
public getContext ( string $task = null ) : string
$task string
Résultat string

prepareExecute() protected méthode

prepareExecute
protected prepareExecute ( ) : void
Résultat void

Property Details

$format protected_oe property

Property layout.
protected string $format
Résultat string

$id protected_oe property

Property id.
protected int $id
Résultat integer

$model protected_oe property

Property model.
protected PostsModel,Admin\Model $model
Résultat Admin\Model\PostsModel

$view protected_oe property

Property view.
protected TopicHtmlView,Forum\View\Topic $view
Résultat Forum\View\Topic\TopicHtmlView