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