PHP Class Admin\Controller\Topic\GetController

Since: 1.0
Inheritance: extends Phoenix\Controller\Display\EditDisplayController
Afficher le fichier Open project: asika32764/natika

Protected Properties

Свойство Type Description
$itemName string Property itemName.
$listName string Property listName.
$model Admin\Model\TopicModel Property model.
$name string Property name.
$view Admin\View\Topic\TopicHtmlView Property view.

Méthodes protégées

Méthode Description
postExecute ( mixed $result = null ) : mixed postExecute
prepareExecute ( ) : void prepareExecute
prepareUserState ( Windwalker\Core\Model\Model $model ) : void prepareExecute

Method Details

postExecute() protected méthode

postExecute
protected postExecute ( mixed $result = null ) : mixed
$result mixed
Résultat mixed

prepareExecute() protected méthode

prepareExecute
protected prepareExecute ( ) : void
Résultat void

prepareUserState() protected méthode

prepareExecute
protected prepareUserState ( Windwalker\Core\Model\Model $model ) : void
$model Windwalker\Core\Model\Model
Résultat void

Property Details

$itemName protected_oe property

Property itemName.
protected string $itemName
Résultat string

$listName protected_oe property

Property listName.
protected string $listName
Résultat string

$model protected_oe property

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

$name protected_oe property

Property name.
protected string $name
Résultat string

$view protected_oe property

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