コード例 #1
0
 public function __construct($parent, $name, $userId)
 {
     parent::__construct($parent, $name);
     $this->userId = $userId;
     $this->sessionSection = $this->presenter->context->session->getSection('structureManager');
     $this->sessionSection->labelMode = 'admin';
 }
コード例 #2
0
ファイル: VirtualDrive.php プロジェクト: jurasm2/bubo-sandbox
 public function __construct($parent, $name)
 {
     parent::__construct($parent, $name);
     $this->userId = $this->getPresenter()->getUser()->getId();
 }