コード例 #1
0
ファイル: SDK.php プロジェクト: Anamican/skeleton
 public function __construct(APIDI $di)
 {
     // Configure the API App
     $this->setApp(new PhrestAPI($di));
     parent::__construct(realpath(__DIR__ . '/../'));
 }