Installer\Bundle\Bundle::get PHP Method

get() public method

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