PHP Class Admin\Controller\Topics\GetController

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

Protected Properties

Свойство 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.

Méthodes protégées

Méthode Description
prepareExecute ( ) : void prepareExecute
prepareUserState ( Windwalker\Core\Model\Model $model ) : void prepareUserState

Method Details

prepareExecute() protected méthode

prepareExecute
protected prepareExecute ( ) : void
Résultat void

prepareUserState() protected méthode

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

Property Details

$defaultDirection protected_oe property

Property direction.
protected string $defaultDirection
Résultat string

$defaultOrdering protected_oe property

Property ordering.
protected string $defaultOrdering
Résultat string

$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 TopicsModel,Admin\Model $model
Résultat Admin\Model\TopicsModel

$name protected_oe property

Property name.
protected string $name
Résultat string

$view protected_oe property

Property view.
protected TopicsHtmlView,Admin\View\Topics $view
Résultat Admin\View\Topics\TopicsHtmlView