コード例 #1
0
ファイル: APIDI.php プロジェクト: Anamican/skeleton
 public function __construct()
 {
     // Set PhrestDI - Always construct first to set up the app
     parent::__construct();
     // Set up services
     $this->setUpServices();
     // Run final functions before app runs
     return $this->finalize();
 }