예제 #1
0
 /**
  * Delete all stored env variables and commands
  */
 public function reset()
 {
     parent::reset();
     $this->js_env = array();
     $this->js_labels = array();
     $this->js_commands = array();
     $this->script_files = array();
     $this->scripts = array();
     $this->header = '';
     $this->footer = '';
     $this->body = '';
 }
예제 #2
0
 /**
  * Delete all stored env variables and commands
  */
 public function reset()
 {
     parent::reset();
     $this->object_handlers = array();
     $this->pagetitle = '';
 }
예제 #3
0
 /**
  * Delete all stored env variables and commands
  */
 public function reset()
 {
     parent::reset();
     $this->texts = array();
     $this->commands = array();
 }