Jarves\Configuration\Bundle::getBundleName PHP Méthode

getBundleName() public méthode

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

Usage Example

Exemple #1
0
 /**
  * @param Bundle $bundle
  */
 public function addConfig(Bundle $bundle)
 {
     $this->configElements[$this->normalizeBundleName($bundle->getBundleName())] = $bundle;
 }