Class cApiSystemPropertyCollection
System property collection
The cApiSystemPropertyCollection class keeps also track of changed and deleted properties and synchronizes them with cached values, as long as you use the interface of cApiSystemPropertyCollection to manage the properties.
- cGenericDb
- cItemBaseAbstract
- ItemCollection
- cApiSystemPropertyCollection
Package: Core\GenericDB\Model
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Murat Purc <murat@purc.de>
Located at classes/contenido/class.system.property.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Murat Purc <murat@purc.de>
Located at classes/contenido/class.system.property.php
public
|
|
public static
|
|
public
|
#
setTypeNameValueById( string $type, string $name, string $value, integer $id )
Updatess a existing system property entry by it's id. |
public
|
#
setValueByTypeName( string $type, string $name, string $value )
Updatess a existing system property entry or creates it. |
public
|
|
public
array
|
|
public
|
|
public
|
|
public
array
|
|
public
boolean
|
|
public
boolean
|
|
protected
boolean
|
|
protected
|
|
protected
|
|
protected
array
|
|
protected
|
|
protected
|
#
_fetchByTypeNameFromCache( string $type, string $name )
Fetches entry by type and name from cache. |
protected
array
|
|
protected
|
__get(),
__set(),
_getPropertiesCollectionInstance(),
_getSecondDBInstance(),
_resetItem(),
_setLoaded(),
_setPrimaryKeyName(),
escape(),
getPrimaryKeyName(),
isLoaded()
|
_executeCallbacks(),
register(),
unregister()
|
CREATE_BEFORE,
CREATE_FAILURE,
CREATE_SUCCESS,
DELETE_BEFORE,
DELETE_FAILURE,
DELETE_SUCCESS,
STORE_BEFORE,
STORE_FAILURE,
STORE_SUCCESS
|
protected static
array
|
$_entries |
|
#
List of cached entries |
protected static
boolean
|
$_enableCache |
|
#
Flag to enable caching. |
$_className,
$_loaded,
$_oCache,
$_primaryKeyName,
$_settings,
$db,
$lasterror,
$properties,
$secondDb,
$table
|