|
ILIAS
Release_4_4_x_branch Revision 61816
|
Class ilSCORM2004Condition. More...
Inheritance diagram for ilSCORM2004Condition:
Collaboration diagram for ilSCORM2004Condition:Public Member Functions | |
| ilSCORM2004Condition () | |
| Constructor public. | |
| getSeqNodeId () | |
| getId () | |
| getReferencedObjective () | |
| getCondition () | |
| getMeasureThreshold () | |
| getOperator () | |
| setSeqNodeId ($a_seqnodeid) | |
| setId ($a_id) | |
| setReferencedObjective ($a_objective) | |
| setCondition ($a_condition) | |
| setMeasureThreshold ($a_measure) | |
| setOperator ($a_operator) | |
| insert ($a_insert_node=false) | |
Public Member Functions inherited from ilSCORM2004SeqNode | |
| ilSCORM2004SeqNode () | |
| Constructor public. | |
| getNodeName () | |
| getTreenodeId () | |
| setNodeName ($a_nodeName) | |
| setTreenodeId ($a_treenodeId) | |
| insert () | |
| update ($a_seq_node_id) | |
Private Attributes | |
| $id = null | |
| $seqNodeId = null | |
| $referencedObjective = null | |
| $condition = null | |
| $measureThreshold = 0.0 | |
| $operator=null | |
Additional Inherited Members | |
Protected Attributes inherited from ilSCORM2004SeqNode | |
| $db = null | |
Class ilSCORM2004Condition.
Sequencing Template class for SCORM 2004 Editing
Definition at line 15 of file class.ilSCORM2004Condition.php.
| ilSCORM2004Condition::getCondition | ( | ) |
Definition at line 58 of file class.ilSCORM2004Condition.php.
References $condition.
| ilSCORM2004Condition::getId | ( | ) |
| ilSCORM2004Condition::getMeasureThreshold | ( | ) |
Definition at line 63 of file class.ilSCORM2004Condition.php.
References $measureThreshold.
| ilSCORM2004Condition::getOperator | ( | ) |
Definition at line 68 of file class.ilSCORM2004Condition.php.
| ilSCORM2004Condition::getReferencedObjective | ( | ) |
Definition at line 53 of file class.ilSCORM2004Condition.php.
References $referencedObjective.
| ilSCORM2004Condition::getSeqNodeId | ( | ) |
Definition at line 42 of file class.ilSCORM2004Condition.php.
References $seqNodeId.
| ilSCORM2004Condition::ilSCORM2004Condition | ( | ) |
Constructor public.
Definition at line 31 of file class.ilSCORM2004Condition.php.
References ilSCORM2004SeqNode\ilSCORM2004SeqNode(), and ilSCORM2004SeqNode\setNodeName().
Here is the call graph for this function:| ilSCORM2004Condition::insert | ( | $a_insert_node = false | ) |
Definition at line 111 of file class.ilSCORM2004Condition.php.
References $result, and setSeqNodeId().
Here is the call graph for this function:| ilSCORM2004Condition::setCondition | ( | $a_condition | ) |
Definition at line 92 of file class.ilSCORM2004Condition.php.
| ilSCORM2004Condition::setId | ( | $a_id | ) |
Definition at line 82 of file class.ilSCORM2004Condition.php.
| ilSCORM2004Condition::setMeasureThreshold | ( | $a_measure | ) |
Definition at line 97 of file class.ilSCORM2004Condition.php.
| ilSCORM2004Condition::setOperator | ( | $a_operator | ) |
Definition at line 102 of file class.ilSCORM2004Condition.php.
| ilSCORM2004Condition::setReferencedObjective | ( | $a_objective | ) |
Definition at line 87 of file class.ilSCORM2004Condition.php.
| ilSCORM2004Condition::setSeqNodeId | ( | $a_seqnodeid | ) |
Definition at line 77 of file class.ilSCORM2004Condition.php.
Referenced by insert().
Here is the caller graph for this function:
|
private |
Definition at line 23 of file class.ilSCORM2004Condition.php.
Referenced by getCondition().
|
private |
Definition at line 20 of file class.ilSCORM2004Condition.php.
Referenced by getId().
|
private |
Definition at line 24 of file class.ilSCORM2004Condition.php.
Referenced by getMeasureThreshold().
|
private |
Definition at line 25 of file class.ilSCORM2004Condition.php.
|
private |
Definition at line 22 of file class.ilSCORM2004Condition.php.
Referenced by getReferencedObjective().
|
private |
Definition at line 21 of file class.ilSCORM2004Condition.php.
Referenced by getSeqNodeId().