ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct (private readonly ilCertificateTemplateRepository $templateRepository, private readonly string $iliasVersion=ILIAS_VERSION_NUMERIC, ?ilCertificateObjectHelper $objectHelper=null) | |
delete (int $templateId, int $objectId) | |
Private Attributes | |
readonly ilCertificateObjectHelper | $objectHelper |
Definition at line 24 of file class.ilCertificateTemplateDeleteAction.php.
ilCertificateTemplateDeleteAction::__construct | ( | private readonly ilCertificateTemplateRepository | $templateRepository, |
private readonly string | $iliasVersion = ILIAS_VERSION_NUMERIC , |
||
?ilCertificateObjectHelper | $objectHelper = null |
||
) |
Definition at line 28 of file class.ilCertificateTemplateDeleteAction.php.
References $objectHelper, and null.
ilCertificateTemplateDeleteAction::delete | ( | int | $templateId, |
int | $objectId | ||
) |
Implements ilCertificateDeleteAction.
Definition at line 39 of file class.ilCertificateTemplateDeleteAction.php.
References $version.
|
private |
Definition at line 26 of file class.ilCertificateTemplateDeleteAction.php.
Referenced by __construct().