PHP Class Admin\Controller\Notification\GetController

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

Protected Properties

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

Méthodes protégées

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

Method Details

postExecute() protected méthode

postExecute
protected postExecute ( mixed $result = null ) : mixed
$result mixed
Résultat mixed

prepareExecute() protected méthode

prepareExecute
protected prepareExecute ( ) : void
Résultat void

prepareUserState() protected méthode

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

Property Details

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

$name protected_oe property

Property name.
protected string $name
Résultat string

$view protected_oe property

Property view.
protected NotificationHtmlView,Admin\View\Notification $view
Résultat Admin\View\Notification\NotificationHtmlView