PHP Class Admin\Controller\Notifications\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\NotificationsModel Property model.
$name string Property name.
$view Admin\View\Notifications\NotificationsHtmlView 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 NotificationsModel,Admin\Model $model
return Admin\Model\NotificationsModel

$name protected property

Property name.
protected string $name
return string

$view protected property

Property view.
protected NotificationsHtmlView,Admin\View\Notifications $view
return Admin\View\Notifications\NotificationsHtmlView