ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
getId () | |
setId (int $id) | |
getHasParenttask () | |
setHasParenttask (int $has_parent_task) | |
getParentTaskid () | |
setParentTaskid (int $parent_task_id) | |
getHash () | |
setHash (?string $hash) | |
getType () | |
setType (string $type) | |
getClassPath () | |
setClassPath (string $class_path) | |
getClassName () | |
setClassName (string $class_name) | |
getSerialized () | |
setSerialized (?string $serialized) | |
getBucketId () | |
setBucketId (int $bucket_id) | |
getPosition () | |
setPosition (int $position) | |
![]() | |
getArConnector () | |
getArFieldList () | |
getConnectorContainerName () | |
Return the Name of your Connector Table More... | |
setConnectorContainerName (string $connector_container_name) | |
getPrimaryFieldValue () | |
setPrimaryFieldValue ($value) | |
__construct (mixed $primary_key=0) | |
storeObjectToCache () | |
asStdClass () | |
asArray () | |
buildFromArray (array $array) | |
fixDateField ($field_name, string $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 | returnDbTableName () |
![]() | |
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=[]) |
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=[]) |
static | where ($where, $operator=null) |
static | innerjoinAR (ActiveRecord $activeRecord, $on_this, string $on_external, array $fields=[' *'], string $operator='=', bool $both_external=false) |
static | innerjoin (string $tablename, $on_this, string $on_external, array $fields=[' *'], string $operator='=', bool $both_external=false) |
static | leftjoin (string $tablename, $on_this, string $on_external, array $fields=[' *'], string $operator='=', bool $both_external=false) |
static | orderBy (string $orderBy, string $orderDirection='ASC') |
static | dateFormat (string $date_format='d.m.Y - H:i:s') |
static | limit (int $start, int $end) |
static | affectedRows () |
static | count () |
static | get () |
static | debug () |
static | first () |
static | getCollection () |
static | last () |
static | getFirstFromLastQuery () |
static | connector (arConnector $arConnector) |
static | raw (bool $set_raw=true) |
static | getArray (?string $key=null, string|array|null $values=null) |
static | _toCamelCase (string $str, bool $capitalise_first_char=false) |
Protected Attributes | |
int | $id = null |
true true true true integer 8 More... | |
int | $has_parent_task = null |
true integer 1 More... | |
int | $parent_task_id = null |
true integer 8 More... | |
string | $hash = null |
true text 256 More... | |
string | $type = null |
true text 256 More... | |
string | $class_path = null |
true text 256 More... | |
string | $class_name = null |
true text 256 More... | |
string | $serialized = null |
true clob More... | |
int | $bucket_id = null |
true integer 8 More... | |
int | $position = null |
true integer 8 More... | |
![]() | |
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) |
Definition at line 21 of file ValueContainer.php.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::getBucketId | ( | ) |
Definition at line 183 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$bucket_id.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::getClassName | ( | ) |
Definition at line 157 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$class_name.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::getClassPath | ( | ) |
Definition at line 147 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$class_path.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::getHash | ( | ) |
Definition at line 124 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$hash.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::getHasParenttask | ( | ) |
Definition at line 101 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$has_parent_task.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::getId | ( | ) |
Definition at line 91 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$id.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::getParentTaskid | ( | ) |
Definition at line 111 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$parent_task_id.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::getPosition | ( | ) |
Definition at line 193 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$position.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::getSerialized | ( | ) |
Definition at line 170 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$serialized.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::getType | ( | ) |
Definition at line 137 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$type.
|
static |
Definition at line 23 of file ValueContainer.php.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::setBucketId | ( | int | $bucket_id | ) |
Definition at line 188 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$bucket_id.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::setClassName | ( | string | $class_name | ) |
Definition at line 162 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$class_name.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::setClassPath | ( | string | $class_path | ) |
Definition at line 152 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$class_path.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::setHash | ( | ?string | $hash | ) |
string | null | $hash | may be null for thunk values. |
Definition at line 132 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$hash.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::setHasParenttask | ( | int | $has_parent_task | ) |
Definition at line 106 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$has_parent_task.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::setId | ( | int | $id | ) |
Definition at line 96 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$id.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::setParentTaskid | ( | int | $parent_task_id | ) |
Definition at line 116 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$parent_task_id.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::setPosition | ( | int | $position | ) |
Definition at line 198 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$position.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::setSerialized | ( | ?string | $serialized | ) |
string | null | $serialized | May be null for thunk values. |
Definition at line 178 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$serialized.
ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer::setType | ( | string | $type | ) |
Definition at line 142 of file ValueContainer.php.
References ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\$type.
|
protected |
true integer 8
Definition at line 83 of file ValueContainer.php.
Referenced by ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\getBucketId(), and ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\setBucketId().
|
protected |
true text 256
Definition at line 72 of file ValueContainer.php.
Referenced by ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\getClassName(), and ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\setClassName().
|
protected |
true text 256
Definition at line 66 of file ValueContainer.php.
Referenced by ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\getClassPath(), and ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\setClassPath().
|
protected |
true integer 1
Definition at line 42 of file ValueContainer.php.
Referenced by ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\getHasParenttask(), and ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\setHasParenttask().
|
protected |
true text 256
Definition at line 54 of file ValueContainer.php.
Referenced by ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\getHash(), and ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\setHash().
|
protected |
true true true true integer 8
Definition at line 36 of file ValueContainer.php.
Referenced by ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\getId(), and ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\setId().
|
protected |
true integer 8
Definition at line 48 of file ValueContainer.php.
Referenced by ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\getParentTaskid(), and ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\setParentTaskid().
|
protected |
true integer 8
Definition at line 89 of file ValueContainer.php.
Referenced by ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\getPosition(), and ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\setPosition().
|
protected |
true clob
Definition at line 77 of file ValueContainer.php.
Referenced by ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\getSerialized(), and ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\setSerialized().
|
protected |
true text 256
Definition at line 60 of file ValueContainer.php.
Referenced by ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\getType(), and ILIAS\BackgroundTasks\Implementation\Persistence\ValueContainer\setType().