Installer\Bundle\Bundle::get PHP Метод

get() публичный Метод

public get ( )
    public function get()
    {
        $namespace = $this->generateNamespace($this->name);
        return sprintf('new %s\\%sBundle()', $namespace, $this->name);
    }