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

Method Details

getIcons() public méthode

Get views
public getIcons ( boolean $forceReload = false ) : array
$forceReload boolean to initiliaze views
Résultat array

getSelect() public méthode

Get 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