Knp\Bundle\KnpBundlesBundle\Entity\Bundle::getShortName PHP Méthode

getShortName() public méthode

Get the first part of the name, without Bundle
public getShortName ( ) : string
Résultat string
    public function getShortName()
    {
        return preg_replace('/^(.+)Bundle$/', '$1', $this->getName());
    }