Пример #1
0
 /**
  * update sessions variables (on login and when updating own profile)
  */
 public function updateSessionVariables()
 {
     parent::updateSessionVariables();
     if ($this->obj->getPropertyType('actags')) {
         $_SESSION['appUserAcl'] = $this->obj->get('actags');
     }
 }