CustomJavascriptReportController
class CustomJavascriptReportController extends ReportController implements ApplicationAwareInterface (View source)
Traits
Trait ApplicationAwareTrait A trait used with ApplicationAwareInterface
Properties
protected EntityManager | $entityManager | from ReportController | |
protected Application | $app | from ApplicationAwareTrait |
Methods
string
getConsoleCommandName()
No description
from
ReportController
string
getName()
No description
string
getDescription()
No description
getTestSuite()
No description
GraderInterface|null
getResultGrader()
No description
Details
string
getHelpText()
No description
string
getConsoleCommandName()
No description
Definition|null
getInputDefinition()
No description
__construct(EntityManager $entityManager)
No description
protected Result
getResult(TaskInterface $task, InputInterface $input)
No description
TaskRunnerInterface
getTaskRunner(TaskInterface $task, InputInterface $input)
No description
setApplication(Application $app)
Setter method for the application
string
getName()
No description
string
getDescription()
No description
SuiteInterface
getTestSuite()
No description
GraderInterface|null
getResultGrader()
No description