コード例 #1
0
 public function __construct(XenForo $xenforo, Filesystem $file)
 {
     $this->xenforo = $xenforo;
     $this->file = $file;
     parent::__construct();
 }
コード例 #2
0
ファイル: DevSetup.php プロジェクト: robclancy/xf-toolkit
 public function __construct(XenForo $xenforo)
 {
     $this->xenforo = $xenforo;
     parent::__construct();
 }