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 lists actions
* @author cedric Lombardot
*/
class ListBuilderAction extends ListBuilder
{
public function getOutputName()
return $this->getGenerator()->getGeneratedControllerFolder().'/ListController.php';
}