PHP 클래스 Admin\Controller\Notification\SaveController

부터: 1.0
상속: extends Phoenix\Controller\AbstractSaveController
파일 보기 프로젝트 열기: asika32764/natika

보호된 프로퍼티들

프로퍼티 타입 설명
$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.

보호된 메소드들

메소드 설명
postExecute ( mixed $result = null ) : mixed postExecute
postSave ( Windwalker\Data\Data $data ) : void postSave
preSave ( Windwalker\Data\Data $data ) : void preSave
prepareExecute ( ) : void prepareExecute

메소드 상세

postExecute() 보호된 메소드

postExecute
protected postExecute ( mixed $result = null ) : mixed
$result mixed
리턴 mixed

postSave() 보호된 메소드

postSave
protected postSave ( Windwalker\Data\Data $data ) : void
$data Windwalker\Data\Data
리턴 void

preSave() 보호된 메소드

preSave
protected preSave ( Windwalker\Data\Data $data ) : void
$data Windwalker\Data\Data
리턴 void

prepareExecute() 보호된 메소드

prepareExecute
protected prepareExecute ( ) : void
리턴 void

프로퍼티 상세

$formControl 보호되어 있는 프로퍼티

Property formControl.
protected string $formControl
리턴 string

$itemName 보호되어 있는 프로퍼티

Property itemName.
protected string $itemName
리턴 string

$listName 보호되어 있는 프로퍼티

Property listName.
protected string $listName
리턴 string

$model 보호되어 있는 프로퍼티

Property model.
protected NotificationModel,Admin\Model $model
리턴 Admin\Model\NotificationModel

$name 보호되어 있는 프로퍼티

Property name.
protected string $name
리턴 string

$view 보호되어 있는 프로퍼티

Property view.
protected NotificationHtmlView,Admin\View\Notification $view
리턴 Admin\View\Notification\NotificationHtmlView