Jarves\Configuration\Bundle::getBundleName PHP 메소드

getBundleName() 공개 메소드

Example: JarvesBundle.
public getBundleName ( ) : string
리턴 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;
 }