Newscoop\PluginGeneratorBundle\Command\GeneratorPluginCommand::setGenerator PHP 메소드

setGenerator() 공개 메소드

only useful for unit tests
public setGenerator ( Sensio\Bundle\GeneratorBundle\Generator\Generator $generator )
$generator Sensio\Bundle\GeneratorBundle\Generator\Generator
    public function setGenerator(Generator $generator)
    {
        $this->generator = $generator;
    }