コード例 #1
0
ファイル: Bootstrap.php プロジェクト: sgdoc/sgdoce-codigo
 /**
  * @inheritdoc
  */
 public function getPluginLoader()
 {
     if (null === $this->_pluginLoader) {
         parent::getPluginLoader();
         $this->_pluginLoader->addPrefixPath('Core_Application_Resource', 'Core/Application/Resource');
     }
     return $this->_pluginLoader;
 }