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 edit actions
* @author Eymen Gunay
*/
class ShowBuilderAction extends ShowBuilder
{
public function getOutputName()
return $this->getGenerator()->getGeneratedControllerFolder().'/ShowController.php';
}