|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\BackgroundTasks\Implementation\Values\ThunkValue:
Collaboration diagram for ILIAS\BackgroundTasks\Implementation\Values\ThunkValue:Public Member Functions | |
| getType () | |
| serialize () | |
| String representation of object http://php.net/manual/en/serializable.serialize.php. More... | |
| unserialize ($serialized) | |
| Constructs the object http://php.net/manual/en/serializable.unserialize.php. More... | |
| getHash () | |
| equals (Value $other) | |
| setValue ($value) | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Values\AbstractValue | |
| getType () | |
| getParentTask () | |
| setParentTask (Task $parentTask) | |
| hasParentTask () | |
| __serialize () | |
| __unserialize (array $data) | |
| getHash () | |
| equals (Value $other) | |
| getType () | |
| setParentTask (Task $parentTask) | |
| getParentTask () | |
| hasParentTask () | |
| setValue ($value) | |
| __serialize () | |
| __unserialize (array $data) | |
Protected Attributes | |
| Type | $type |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Values\AbstractValue | |
| Task | $parentTask |
Definition at line 31 of file ThunkValue.php.
| ILIAS\BackgroundTasks\Implementation\Values\ThunkValue::equals | ( | Value | $other | ) |
Implements ILIAS\BackgroundTasks\Value.
Definition at line 76 of file ThunkValue.php.
| ILIAS\BackgroundTasks\Implementation\Values\ThunkValue::getHash | ( | ) |
Implements ILIAS\BackgroundTasks\Value.
Definition at line 71 of file ThunkValue.php.
| ILIAS\BackgroundTasks\Implementation\Values\ThunkValue::getType | ( | ) |
Reimplemented from ILIAS\BackgroundTasks\Implementation\Values\AbstractValue.
Definition at line 36 of file ThunkValue.php.
| ILIAS\BackgroundTasks\Implementation\Values\ThunkValue::serialize | ( | ) |
String representation of object http://php.net/manual/en/serializable.serialize.php.
Definition at line 47 of file ThunkValue.php.
| ILIAS\BackgroundTasks\Implementation\Values\ThunkValue::setValue | ( | $value | ) |
| $value |
Implements ILIAS\BackgroundTasks\Value.
Definition at line 84 of file ThunkValue.php.
| ILIAS\BackgroundTasks\Implementation\Values\ThunkValue::unserialize | ( | $serialized | ) |
Constructs the object http://php.net/manual/en/serializable.unserialize.php.
| string | $serialized |
The string representation of the object.
Definition at line 61 of file ThunkValue.php.
|
protected |
Definition at line 33 of file ThunkValue.php.