PHP Class Sulu\Bundle\GeneratorBundle\Generator\BundleGenerator

Inheritance: extends Generator
Show file Open project: sulu/sulu

Public Methods

Method Description
__construct ( Symfony\Component\Filesystem\Filesystem $filesystem )
generate ( $namespace, $bundle, $dir, $structure, $route )
generateBundle ( $dir, $bundle, $basename, $structure, $parameters )

Protected Methods

Method Description
getFileSystem ( )

Method Details

__construct() public method

public __construct ( Symfony\Component\Filesystem\Filesystem $filesystem )
$filesystem Symfony\Component\Filesystem\Filesystem

generate() public method

public generate ( $namespace, $bundle, $dir, $structure, $route )

generateBundle() abstract public method

abstract public generateBundle ( $dir, $bundle, $basename, $structure, $parameters )

getFileSystem() protected method

protected getFileSystem ( )