Class cApiModuleCollection
Module collection
- cGenericDb
- cItemBaseAbstract
- ItemCollection
- cApiModuleCollection
Package: Core\GenericDB\Model
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Timo Hummel
Located at classes/contenido/class.module.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Timo Hummel
Located at classes/contenido/class.module.php
public
|
|
public
|
#
create( string $name, integer $idclient = NULL, string $alias = '', string $type = '', string $error = 'none', string $description = '', integer $deletable = 0, string $template = '', integer $static = 0, string $package_guid = '', string $package_data = '', string $author = '', string $created = '', string $lastmodified = '' )
Creates a new module item |
public
array
|
|
public
array
|
#
getAllByIdclient( integer $idclient, string $oderBy = 'name' )
Returns a list of all modules used by the given client. By default the modules are ordered by name but can be ordered by any property. |
public
array
|
#
getAllByIdclientAndType( integer $idclient, string $type, string $oderBy = 'name' )
Returns a list of all modules used by the given client. By default the modules are ordered by name but can be ordered by any property. |
public
array
|
__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
|
$_className,
$_loaded,
$_oCache,
$_primaryKeyName,
$_settings,
$db,
$lasterror,
$properties,
$secondDb,
$table
|