PHP Class Admin\View\Posts\PostsHtmlView

Since: 1.0
Inheritance: extends Phoenix\View\GridView
Afficher le fichier Open project: asika32764/natika Class Usage Examples

Protected Properties

Свойство Type Description
$fields array The fields mapper.
$gridConfig array The grid config.
$name string Property name.

Méthodes publiques

Méthode Description
setTitle ( string $title = null ) : static setTitle

Méthodes protégées

Méthode Description
prepareData ( Windwalker\Data\Data $data ) : void prepareData
prepareScripts ( ) : void prepareDocument

Method Details

prepareData() protected méthode

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

prepareScripts() protected méthode

prepareDocument
protected prepareScripts ( ) : void
Résultat void

setTitle() public méthode

setTitle
public setTitle ( string $title = null ) : static
$title string
Résultat static

Property Details

$fields protected_oe property

The fields mapper.
protected array $fields
Résultat array

$gridConfig protected_oe property

The grid config.
protected array $gridConfig
Résultat array

$name protected_oe property

Property name.
protected string $name
Résultat string