ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilCertificateTestTemplateDeleteAction.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
3
8{
13
18
19 public function __construct(
22 ) {
23 $this->deleteAction = $deleteAction;
24 $this->objectHelper = $objectHelper;
25 }
26
32 public function delete($templateId, $objectId)
33 {
34 $this->deleteAction->delete($templateId, $objectId);
35 }
36}
An exception for terminatinating execution or to throw for unit testing.
__construct(ilCertificateDeleteAction $deleteAction, ilCertificateObjectHelper $objectHelper)