Exemplo n.º 1
0
 protected function _getStoredParams()
 {
     $storedParams = ObjectConfigurable::_stExcludeConfigParams(get_class($this), array(array("identifier" => true)));
     $ret = array();
     foreach ($storedParams as $storedParam) {
         $ret[$storedParam] = $this->{$storedParam};
     }
     return $ret;
 }
Exemplo n.º 2
0
 protected function __construct($params = array())
 {
     $this->_processDegree($params);
     parent::__construct($params);
     LogsErrors::$stErrors[] = $this->params;
 }
 protected function __construct($params = array())
 {
     $params = array_merge(array("link" => $this->_connect(LoadConfig::stGetConfigClass())), $params);
     parent::__construct($params);
 }