Exemplo n.º 1
0
 function __construct($file)
 {
     $this->_file = $file;
     $conf = $this->_attachConfFile($file);
     if ($override_file = $this->_getOverrideFile($file)) {
         $conf = $this->_attachConfFile($override_file, $conf);
     }
     parent::__construct($conf);
 }
Exemplo n.º 2
0
 function __construct($message, $fields = array(), $values = array())
 {
     parent::__construct(array('message' => $message, 'fields' => $fields, 'values' => $values));
 }