| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Class ilSCORM2004Condition. More...
 Inheritance diagram for ilSCORM2004Condition:
 Inheritance diagram for ilSCORM2004Condition: Collaboration 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 35 of file class.ilSCORM2004Condition.php.
| ilSCORM2004Condition::getCondition | ( | ) | 
Definition at line 78 of file class.ilSCORM2004Condition.php.
References $condition.
| ilSCORM2004Condition::getId | ( | ) | 
| ilSCORM2004Condition::getMeasureThreshold | ( | ) | 
Definition at line 83 of file class.ilSCORM2004Condition.php.
References $measureThreshold.
| ilSCORM2004Condition::getOperator | ( | ) | 
Definition at line 88 of file class.ilSCORM2004Condition.php.
| ilSCORM2004Condition::getReferencedObjective | ( | ) | 
Definition at line 73 of file class.ilSCORM2004Condition.php.
References $referencedObjective.
| ilSCORM2004Condition::getSeqNodeId | ( | ) | 
Definition at line 62 of file class.ilSCORM2004Condition.php.
References $seqNodeId.
| ilSCORM2004Condition::ilSCORM2004Condition | ( | ) | 
Constructor public.
Definition at line 51 of file class.ilSCORM2004Condition.php.
References ilSCORM2004SeqNode\ilSCORM2004SeqNode(), and ilSCORM2004SeqNode\setNodeName().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004Condition::insert | ( | $a_insert_node = false | ) | 
Definition at line 131 of file class.ilSCORM2004Condition.php.
References $result, and setSeqNodeId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004Condition::setCondition | ( | $a_condition | ) | 
Definition at line 112 of file class.ilSCORM2004Condition.php.
| ilSCORM2004Condition::setId | ( | $a_id | ) | 
Definition at line 102 of file class.ilSCORM2004Condition.php.
| ilSCORM2004Condition::setMeasureThreshold | ( | $a_measure | ) | 
Definition at line 117 of file class.ilSCORM2004Condition.php.
| ilSCORM2004Condition::setOperator | ( | $a_operator | ) | 
Definition at line 122 of file class.ilSCORM2004Condition.php.
| ilSCORM2004Condition::setReferencedObjective | ( | $a_objective | ) | 
Definition at line 107 of file class.ilSCORM2004Condition.php.
| ilSCORM2004Condition::setSeqNodeId | ( | $a_seqnodeid | ) | 
Definition at line 97 of file class.ilSCORM2004Condition.php.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 43 of file class.ilSCORM2004Condition.php.
Referenced by getCondition().
| 
 | private | 
Definition at line 40 of file class.ilSCORM2004Condition.php.
Referenced by getId().
| 
 | private | 
Definition at line 44 of file class.ilSCORM2004Condition.php.
Referenced by getMeasureThreshold().
| 
 | private | 
Definition at line 45 of file class.ilSCORM2004Condition.php.
| 
 | private | 
Definition at line 42 of file class.ilSCORM2004Condition.php.
Referenced by getReferencedObjective().
| 
 | private | 
Definition at line 41 of file class.ilSCORM2004Condition.php.
Referenced by getSeqNodeId().