コード例 #1
0
ファイル: Restful.php プロジェクト: phpcrystal/restful-api
 /**
  * @return void
  */
 public function init()
 {
     parent::init();
     $context = $this->getApplication()->getContext();
     $this->hostname = $context->get('phpcrystal.RESTful.router.hostname');
     $this->uriPathPrefix = $context->get('phpcrystal.RESTful.router.uriPath');
 }
コード例 #2
0
ファイル: _Default.php プロジェクト: phpcrystal/phpcrystal
 /**
  * @return void
  */
 public function init()
 {
     parent::init();
 }