PHP Class Gc\Property\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
delete ( ) : boolean Delete properties
getProperties ( boolean $forceReload = false ) : array Get properties
load ( integer $documentTypeId = null, integer $tabId = null, integer $documentId = null ) : Collection Load property
save ( ) : boolean Save properties
setProperties ( array $properties ) : Collection Set properties

Method Details

delete() public méthode

Delete properties
public delete ( ) : boolean
Résultat boolean

getProperties() public méthode

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

load() public méthode

Load property
public load ( integer $documentTypeId = null, integer $tabId = null, integer $documentId = null ) : Collection
$documentTypeId integer Optional
$tabId integer Optional
$documentId integer Optional
Résultat Collection

save() public méthode

Save properties
public save ( ) : boolean
Résultat boolean

setProperties() public méthode

Set properties
public setProperties ( array $properties ) : Collection
$properties array Properties
Résultat Collection

Property Details

$name protected_oe property

Table name
protected string $name
Résultat string