コード例 #1
0
ファイル: DriverType.php プロジェクト: binaryfr3ak/sfitixi
 /**
  * @param $menuId
  * @param User $user
  */
 public function __construct($menuId, User $user)
 {
     parent::__construct($menuId);
     $this->user = $user;
 }
コード例 #2
0
ファイル: CustodianType.php プロジェクト: binaryfr3ak/sfitixi
 /**
  * @param $menuId
  */
 public function __construct($menuId)
 {
     parent::__construct($menuId);
 }