PHP Class Admin\Controller\Topic\GetController

Since: 1.0
Inheritance: extends Phoenix\Controller\Display\EditDisplayController
Show file Open project: asika32764/natika

Protected Properties

Property 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.

Protected Methods

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

Method Details

postExecute() protected method

postExecute
protected postExecute ( mixed $result = null ) : mixed
$result mixed
return mixed

prepareExecute() protected method

prepareExecute
protected prepareExecute ( ) : void
return void

prepareUserState() protected method

prepareExecute
protected prepareUserState ( Windwalker\Core\Model\Model $model ) : void
$model Windwalker\Core\Model\Model
return void

Property Details

$itemName protected property

Property itemName.
protected string $itemName
return string

$listName protected property

Property listName.
protected string $listName
return string

$model protected property

Property model.
protected TopicModel,Admin\Model $model
return Admin\Model\TopicModel

$name protected property

Property name.
protected string $name
return string

$view protected property

Property view.
protected TopicHtmlView,Admin\View\Topic $view
return Admin\View\Topic\TopicHtmlView