← Back
Editing: TypeControlReportInterface.php
<?php namespace App\Report\Control\Type; use App\Entity\Controle; interface TypeControlReportInterface { public const TEMPLATE = ''; public const TITLE = ''; public function getContextFromControl(Controle $control): array; public function getSubject(Controle $control): string; }
Save File
Cancel