PHP Class Forum\Controller\Notification\DeleteController

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

Méthodes protégées

Méthode 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 méthode

checkToken
protected checkToken ( ) : boolean
Résultat boolean

doSave() protected méthode

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

getFailRedirect() protected méthode

getFailRedirect
protected getFailRedirect ( Windwalker\Data\Data $data = null ) : string
$data Windwalker\Data\Data
Résultat string

getSuccessRedirect() protected méthode

getSuccessRedirect
protected getSuccessRedirect ( Windwalker\Data\Data $data = null ) : string
$data Windwalker\Data\Data
Résultat string

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