Jarves\Configuration\Bundle::getBundleName PHP Method

getBundleName() public method

Example: JarvesBundle.
public getBundleName ( ) : string
return string
    public function getBundleName()
    {
        return $this->bundleName;
    }

Usage Example

コード例 #1
0
ファイル: Configs.php プロジェクト: jarves/jarves
 /**
  * @param Bundle $bundle
  */
 public function addConfig(Bundle $bundle)
 {
     $this->configElements[$this->normalizeBundleName($bundle->getBundleName())] = $bundle;
 }