PHP Class Admin\View\Notification\NotificationHtmlView

Since: 1.0
Inheritance: extends Phoenix\View\EditView
Show file Open project: asika32764/natika

Protected Properties

Property Type Description
$formControl string Property formControl.
$formDefinition string Property formDefinition.
$formLoadData boolean Property formLoadData.
$name string Property name.

Public Methods

Method Description
setTitle ( string $title = null ) : static setTitle

Protected Methods

Method Description
prepareData ( Windwalker\Data\Data $data ) : void prepareData
prepareScripts ( ) : void prepareDocument

Method Details

prepareData() protected method

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

prepareScripts() protected method

prepareDocument
protected prepareScripts ( ) : void
return void

setTitle() public method

setTitle
public setTitle ( string $title = null ) : static
$title string
return static

Property Details

$formControl protected property

Property formControl.
protected string $formControl
return string

$formDefinition protected property

Property formDefinition.
protected string $formDefinition
return string

$formLoadData protected property

Property formLoadData.
protected bool $formLoadData
return boolean

$name protected property

Property name.
protected string $name
return string