ILIAS
release_8 Revision v8.19
|
Class ilMMTypeActionStorage. More...
Public Member Functions | |
getIdentification () | |
setIdentification (string $identification) | |
getAction () | |
setAction (string $action) | |
isExternal () | |
setExternal (bool $external) | |
getCache () | |
![]() | |
getCache () | |
getCacheIdentifier () | |
getTTL () | |
__construct ($primary_key=0, arConnector $connector=null) | |
afterObjectLoad () | |
create () | |
copy (int $new_id=0) | |
read () | |
update () | |
delete () | |
![]() | |
getArConnector () | |
getArFieldList () | |
getConnectorContainerName () | |
Return the Name of your Connector Table More... | |
setConnectorContainerName (string $connector_container_name) | |
getPrimaryFieldValue () | |
setPrimaryFieldValue ($value) | |
__construct ($primary_key=0) | |
storeObjectToCache () | |
asStdClass () | |
buildFromArray (array $array) | |
fixDateField ($field_name, $value) | |
sleep ($field_name) | |
wakeUp ($field_name, $field_value) | |
getArrayForConnector () | |
installConnector () | |
store () | |
save () | |
create () | |
copy (int $new_id=0) | |
afterObjectLoad () | |
read () | |
update () | |
delete () | |
__call ($name, $arguments) | |
Static Public Member Functions | |
static | find ($primary_key, array $add_constructor_args=array()) |
![]() | |
static | returnDbTableName () |
static | installDB () |
static | renameDBField (string $old_name, string $new_name) |
static | tableExists () |
static | fieldExists (string $field_name) |
static | removeDBField (string $field_name) |
static | updateDB () |
static | resetDB () |
static | truncateDB () |
static | flushDB () |
never use in ILIAS Core, Plugins only More... | |
static | preloadObjects () |
static | additionalParams (array $additional_params) |
static | findOrFail ($primary_key, array $add_constructor_args=array()) |
Tries to find the object and throws an Exception if object is not found, instead of returning null. More... | |
static | findOrGetInstance ($primary_key, array $add_constructor_args=array()) |
static | where ($where, $operator=null) |
static | innerjoinAR (ActiveRecord $ar, $on_this, $on_external, array $fields=array(' *'), string $operator='=', $both_external=false) |
static | innerjoin ( $tablename, $on_this, $on_external, array $fields=array(' *'), string $operator='=', bool $both_external=false) |
static | leftjoin ( $tablename, $on_this, $on_external, array $fields=array(' *'), string $operator='=', bool $both_external=false) |
static | orderBy ($orderBy, string $orderDirection='ASC') |
static | dateFormat (string $date_format='d.m.Y - H:i:s') |
static | limit ($start, $end) |
static | affectedRows () |
static | count () |
static | get () |
static | debug () |
static | first () |
static | getCollection () |
static | last () |
static | getFirstFromLastQuery () |
static | connector (arConnector $connector) |
static | raw (bool $set_raw=true) |
static | getArray (?string $key=null, $values=null) |
static | _toCamelCase (string $str, bool $capitalise_first_char=false) |
Protected Attributes | |
string | $identification |
true true true text 64 More... | |
string | $action = '' |
true text 4000 More... | |
bool | $external = false |
true integer 1 More... | |
string | $connector_container_name = "il_mm_actions" |
![]() | |
bool | $ar_safe_read = true |
string | $connector_container_name = '' |
bool | $is_new = true |
Additional Inherited Members | |
![]() | |
installDatabase () | |
![]() | |
static | getCalledClass () |
Returns an instance of the instatiated calling active record (needs to be done in static methods) : This should be cached somehow More... | |
static | fromCamelCase (string $str) |
Class ilMMTypeActionStorage.
Definition at line 23 of file class.ilMMTypeActionStorage.php.
|
static |
Definition at line 129 of file class.ilMMTypeActionStorage.php.
Referenced by ilMMAbstractBaseTypeHandlerAction\saveFormFields().
ilMMTypeActionStorage::getAction | ( | ) |
Definition at line 76 of file class.ilMMTypeActionStorage.php.
References $action.
ilMMTypeActionStorage::getCache | ( | ) |
Definition at line 120 of file class.ilMMTypeActionStorage.php.
References ilGlobalCache\COMP_GLOBAL_SCREEN, and ilGlobalCache\getInstance().
ilMMTypeActionStorage::getIdentification | ( | ) |
Definition at line 54 of file class.ilMMTypeActionStorage.php.
References $identification.
ilMMTypeActionStorage::isExternal | ( | ) |
Definition at line 98 of file class.ilMMTypeActionStorage.php.
References $external.
ilMMTypeActionStorage::setAction | ( | string | $action | ) |
string | $action |
Definition at line 87 of file class.ilMMTypeActionStorage.php.
References $action.
ilMMTypeActionStorage::setExternal | ( | bool | $external | ) |
bool | $external |
Definition at line 109 of file class.ilMMTypeActionStorage.php.
References $external.
ilMMTypeActionStorage::setIdentification | ( | string | $identification | ) |
string | $identification |
Definition at line 65 of file class.ilMMTypeActionStorage.php.
References $identification.
|
protected |
true text 4000
Definition at line 38 of file class.ilMMTypeActionStorage.php.
Referenced by getAction(), and setAction().
|
protected |
Definition at line 48 of file class.ilMMTypeActionStorage.php.
|
protected |
true integer 1
Definition at line 44 of file class.ilMMTypeActionStorage.php.
Referenced by isExternal(), and setExternal().
|
protected |
true true true text 64
Definition at line 32 of file class.ilMMTypeActionStorage.php.
Referenced by getIdentification(), and setIdentification().