Example #1
0
 function Step()
 {
     parent::Element("step");
 }
 function collect()
 {
     parent::Element("collect");
 }
Example #3
0
 function Body($id)
 {
     $this->id = $id;
     $this->contents =& new Element();
     $this->contents_last =& $this->contents;
     parent::Element();
 }
Example #4
0
 function Check()
 {
     parent::Element("check");
 }