PHP Class Forum\Controller\Post\DeleteController

Inheritance: extends Phoenix\Controller\Batch\DeleteController
Show file Open project: asika32764/natika

Protected Properties

Property Type Description
$primary boolean Property primary.
$topic Windwalker\Record\Record Property topic.

Protected Methods

Method Description
getFailRedirect ( Windwalker\Data\Data $data = null ) : string getFailRedirect
getSuccessRedirect ( Windwalker\Data\Data $data = null ) : string getSuccessRedirect
prepareExecute ( ) : void prepareExecute
save ( integer | string $pk, Windwalker\Data\Data $data ) : void save

Method Details

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

prepareExecute() protected method

prepareExecute
protected prepareExecute ( ) : void
return void

save() protected method

save
protected save ( integer | string $pk, Windwalker\Data\Data $data ) : void
$pk integer | string
$data Windwalker\Data\Data
return void

Property Details

$primary protected property

Property primary.
protected bool $primary
return boolean

$topic protected property

Property topic.
protected Record,Windwalker\Record $topic
return Windwalker\Record\Record