PHP Class Admin\Controller\Notification\SaveController

Since: 1.0
Inheritance: extends Phoenix\Controller\AbstractSaveController
Show file Open project: asika32764/natika

Protected Properties

Property 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.

Protected Methods

Method 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 method

postExecute
protected postExecute ( mixed $result = null ) : mixed
$result mixed
return mixed

postSave() protected method

postSave
protected postSave ( Windwalker\Data\Data $data ) : void
$data Windwalker\Data\Data
return void

preSave() protected method

preSave
protected preSave ( Windwalker\Data\Data $data ) : void
$data Windwalker\Data\Data
return void

prepareExecute() protected method

prepareExecute
protected prepareExecute ( ) : void
return void

Property Details

$formControl protected property

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