예제 #1
0
파일: SDK.php 프로젝트: Anamican/skeleton
 public function __construct(APIDI $di)
 {
     // Configure the API App
     $this->setApp(new PhrestAPI($di));
     parent::__construct(realpath(__DIR__ . '/../'));
 }