PHP Class Admin\Controller\Topics\GetController

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

Protected Properties

Property Type Description
$defaultDirection string Property direction.
$defaultOrdering string Property ordering.
$itemName string Property itemName.
$listName string Property listName.
$model Admin\Model\TopicsModel Property model.
$name string Property name.
$view Admin\View\Topics\TopicsHtmlView Property view.

Protected Methods

Method Description
prepareExecute ( ) : void prepareExecute
prepareUserState ( Windwalker\Core\Model\Model $model ) : void prepareUserState

Method Details

prepareExecute() protected method

prepareExecute
protected prepareExecute ( ) : void
return void

prepareUserState() protected method

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

Property Details

$defaultDirection protected property

Property direction.
protected string $defaultDirection
return string

$defaultOrdering protected property

Property ordering.
protected string $defaultOrdering
return string

$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 TopicsModel,Admin\Model $model
return Admin\Model\TopicsModel

$name protected property

Property name.
protected string $name
return string

$view protected property

Property view.
protected TopicsHtmlView,Admin\View\Topics $view
return Admin\View\Topics\TopicsHtmlView