PHP Class Admin\Controller\Notification\SaveController

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

Protected Properties

Свойство Type Description
$formControl string Property formControl.
$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
postSave ( Windwalker\Data\Data $data ) : void postSave
preSave ( Windwalker\Data\Data $data ) : void preSave
prepareExecute ( ) : void prepareExecute

Method Details

postExecute() protected méthode

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

postSave() protected méthode

postSave
protected postSave ( Windwalker\Data\Data $data ) : void
$data Windwalker\Data\Data
Résultat void

preSave() protected méthode

preSave
protected preSave ( Windwalker\Data\Data $data ) : void
$data Windwalker\Data\Data
Résultat void

prepareExecute() protected méthode

prepareExecute
protected prepareExecute ( ) : void
Résultat void

Property Details

$formControl protected_oe property

Property formControl.
protected string $formControl
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 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