PHP Class Forum\Controller\Notification\DeleteController

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 Forum\Model\NotificationModel Property model.
$name string Property name.
$view Admin\View\Notification\NotificationHtmlView Property view.

Protected Methods

Method Description
checkToken ( ) : boolean checkToken
doSave ( Windwalker\Data\Data $data ) : void doSave
getFailRedirect ( Windwalker\Data\Data $data = null ) : string getFailRedirect
getSuccessRedirect ( Windwalker\Data\Data $data = null ) : string getSuccessRedirect
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

checkToken() protected method

checkToken
protected checkToken ( ) : boolean
return boolean

doSave() protected method

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

getFailRedirect() protected method

getFailRedirect
protected getFailRedirect ( Windwalker\Data\Data $data = null ) : string
$data Windwalker\Data\Data
return string

getSuccessRedirect() protected method

getSuccessRedirect
protected getSuccessRedirect ( Windwalker\Data\Data $data = null ) : string
$data Windwalker\Data\Data
return string

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,Forum\Model $model
return Forum\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