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

$name protected property

Property name.
protected string $name
return string

$view protected property

Property view.
protected NotificationHtmlView,Admin\View\Notification $view
return Admin\View\Notification\NotificationHtmlView