PHP Class Admin\View\Posts\PostsHtmlView

Since: 1.0
Inheritance: extends Phoenix\View\GridView
Show file Open project: asika32764/natika Class Usage Examples

Protected Properties

Property Type Description
$fields array The fields mapper.
$gridConfig array The grid config.
$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

$fields protected property

The fields mapper.
protected array $fields
return array

$gridConfig protected property

The grid config.
protected array $gridConfig
return array

$name protected property

Property name.
protected string $name
return string