コード例 #1
0
ファイル: actions.class.php プロジェクト: lendji4000/compose
 public function preExecute()
 {
     parent::preExecute();
     // Récupération de l'utilisateur.
     $this->guard_user = $this->getUser()->getGuardUser();
     $this->ei_user = $this->guard_user->getEiUser();
 }
コード例 #2
0
ファイル: actions.class.php プロジェクト: lendji4000/compose
 public function preExecute()
 {
     $this->guardUser = $this->getUser()->getGuardUser();
     parent::preExecute();
 }