29 parent::__construct();
64 $this->seqNodeId = $a_seqnodeid;
79 $this->action = $a_action;
87 public function insert($a_insert_node =
false)
89 if ($a_insert_node ==
true) {
92 $sql =
"INSERT INTO sahs_sc13_seq_rule (seqnodeid,type,action)" .
94 $this->db->quote($this->seqNodeId,
"integer") .
"," .
95 $this->db->quote($this->type,
"text") .
"," .
96 $this->db->quote($this->action,
"text") .
");";
97 $result = $this->db->manipulate($sql);
setSeqNodeId($a_seqnodeid)
insert($a_insert_node=false)
__construct()
Constructor public.
Class ilSCORM2004Condition.