PHP Class Gc\Layout\Collection

Inheritance: extends Gc\Db\AbstractTable
Afficher le fichier Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Свойство Type Description
$name string Table name

Méthodes publiques

Méthode Description
getLayouts ( boolean $forceReload = false ) : array Set layout collection
getSelect ( ) : array Return array for input select
init ( ) : void Initiliaze collection

Method Details

getLayouts() public méthode

Set layout collection
public getLayouts ( boolean $forceReload = false ) : array
$forceReload boolean Force reload
Résultat array

getSelect() public méthode

Return array for input select
public getSelect ( ) : array
Résultat array

init() public méthode

Initiliaze collection
public init ( ) : void
Résultat void

Property Details

$name protected_oe property

Table name
protected string $name
Résultat string