for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Admingenerator\GeneratorBundle\Builder\Admin;
/**
* This builder generates php for New actions
* @author cedric Lombardot
*/
class NewBuilderAction extends NewBuilder
{
public function getOutputName()
return $this->getGenerator()->getGeneratedControllerFolder().'/NewController.php';
}