IMP_Prefs_Identity::__construct PHP Méthode

__construct() public méthode

Reads all the user's identities from the prefs object or builds a new identity from the standard values given in prefs.php.
See also: __construct()
public __construct ( $params )
    public function __construct($params)
    {
        $this->_prefnames['properties'] = array_merge($this->_prefnames['properties'], $this->_impPrefs);
        parent::__construct($params);
    }