PHP Class View_ModelDetails, atk4

Inheritance: extends Grid_Basic
Afficher le fichier Open project: atk4/atk4

Méthodes publiques

Свойство Type Description
$default_controller
$include_id_column boolean The view will have 3 columns instead of just 2 by also showing the ID of each field. Uneful for debug purposes but unnecessary for general use.
$source_set boolean

Méthodes publiques

Méthode Description
init ( ) Initialization
precacheTemplate ( )
render ( )
setModel ( $model, $actual_fields = UNDEFINED )
setSource ( $data )

Method Details

init() public méthode

Initialization
public init ( )

precacheTemplate() public méthode

public precacheTemplate ( )

render() public méthode

public render ( )

setModel() public méthode

public setModel ( $model, $actual_fields = UNDEFINED )

setSource() public méthode

public setSource ( $data )

Property Details

$default_controller public_oe property

public $default_controller

$include_id_column public_oe property

The view will have 3 columns instead of just 2 by also showing the ID of each field. Uneful for debug purposes but unnecessary for general use.
public bool $include_id_column
Résultat boolean

$source_set public_oe property

public bool $source_set
Résultat boolean