19 declare(strict_types=1);
35 public int $count = 0;
36 public function getNewName():
string 38 $name =
"name_{$this->count}";
48 return new Data\Factory();
55 $this->createMock(
ILIAS\Language\Language::class)
61 return new FieldFactory(
62 $this->createMock(UploadLimitResolver::class),
72 return new Control\Factory(
89 public function button(): I\Button\Factory
91 return new I\Button\Factory(
97 return new I\Symbol\Factory(
button(string $caption, string $cmd)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface Observer Contains several chained tasks and infos about them.
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...