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