ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\BackgroundTasks\Value Interface Reference
+ Inheritance diagram for ILIAS\BackgroundTasks\Value:
+ Collaboration diagram for ILIAS\BackgroundTasks\Value:

Public Member Functions

 getHash ()
 
 equals (Value $other)
 
 getType ()
 
 setParentTask (Task $parentTask)
 
 getParentTask ()
 
 hasParentTask ()
 
 setValue ($value)
 
 __serialize ()
 
 __unserialize (array $data)
 

Detailed Description

Definition at line 29 of file Value.php.

Member Function Documentation

◆ __serialize()

ILIAS\BackgroundTasks\Value::__serialize ( )

◆ __unserialize()

ILIAS\BackgroundTasks\Value::__unserialize ( array  $data)

◆ equals()

◆ getHash()

◆ getParentTask()

ILIAS\BackgroundTasks\Value::getParentTask ( )

◆ getType()

◆ hasParentTask()

ILIAS\BackgroundTasks\Value::hasParentTask ( )

◆ setParentTask()

ILIAS\BackgroundTasks\Value::setParentTask ( Task  $parentTask)

◆ setValue()


The documentation for this interface was generated from the following file: