PHP Class Gc\Layout\Collection

Inheritance: extends Gc\Db\AbstractTable
Datei anzeigen Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Property Type Description
$name string Table name

Public Methods

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

Method Details

getLayouts() public method

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

getSelect() public method

Return array for input select
public getSelect ( ) : array
return array

init() public method

Initiliaze collection
public init ( ) : void
return void

Property Details

$name protected_oe property

Table name
protected string $name
return string