Пример #1
0
 /**
  * Reads all the user's identities from the prefs object or builds
  * a new identity from the standard values given in prefs.php.
  *
  * @see __construct()
  */
 public function __construct($params)
 {
     $this->_prefnames['properties'] = array_merge($this->_prefnames['properties'], $this->_impPrefs);
     parent::__construct($params);
 }