PHP Class Gc\DocumentType\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
getSelect ( ) : array Return array for input select
init ( integer $parentId = null ) : void Load document type collection

Méthodes protégées

Méthode Description
setDocumentTypes ( ) : Collection Initialize document types

Method Details

getSelect() public méthode

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

init() public méthode

Load document type collection
public init ( integer $parentId = null ) : void
$parentId integer Parent id
Résultat void

setDocumentTypes() protected méthode

Initialize document types
protected setDocumentTypes ( ) : Collection
Résultat Gc\Document\Collection

Property Details

$name protected_oe property

Table name
protected string $name
Résultat string