exports: init sum_accompanying_course_duration (replace list_accompanying_course)

This commit is contained in:
2022-07-14 14:42:53 +02:00
parent 3d0dd46ea5
commit 903ac2ff69
3 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\Security\Core\Role\Role;
use Symfony\Component\Validator\Context\ExecutionContextInterface;
class ListAccompanyingCourse implements ListInterface, ExportElementValidatedInterface, GroupedExportInterface
class StatAccompanyingCourseDuration implements ListInterface, ExportElementValidatedInterface, GroupedExportInterface
{
/**
@@ -35,7 +35,7 @@ class ListAccompanyingCourse implements ListInterface, ExportElementValidatedInt
*/
public function getTitle()
{
return 'List accompanying courses';
return 'Accompanying courses duration';
}
/**
@@ -51,7 +51,7 @@ class ListAccompanyingCourse implements ListInterface, ExportElementValidatedInt
*/
public function getDescription()
{
return 'Create a list of accompanying courses according to various filters';
return 'Create an average of accompanying courses duration according to various filters';
}
/**