PHP Class Gc\Media\Icon\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
getIcons ( boolean $forceReload = false ) : array Get views
getSelect ( ) : array Get array for input select
init ( ) : void Initiliaze collection

Method Details

getIcons() public method

Get views
public getIcons ( boolean $forceReload = false ) : array
$forceReload boolean to initiliaze views
return array

getSelect() public method

Get 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