Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->open = false;
     $this->fp = null;
     $this->logs_dir = null;
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->_window_id = PopupScreenLogger::$id_master++;
     $this->_window_open = FALSE;
     $this->_line = 0;
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
 }