Exemple #1
0
 public function __construct($name)
 {
     $this->_child = DOBBlock::CHILD_NAME;
     $this->_name = $name;
     $this->_core = DOBERMANN::CORE();
     $this->_getStructure();
 }
Exemple #2
0
 public function __construct($user = NULL, $psw = NULL, $suser = TRUE)
 {
     $this->_child = DOBUser::CHILD_NAME;
     $this->_core = DOBERMANN::CORE();
     $this->_name = $user;
     $this->_pws = $psw;
     $this->_suser = $suser;
     $this->_sessionInit();
     $this->_validateUser();
 }