ILIAS  release_8 Revision v8.24
class.ilAssFileUploadFileTableReuseButton.php
Go to the documentation of this file.
1<?php
2
26{
27 public const ACTION = 'reuse';
28
29 public function __construct($type)
30 {
32 $this->setAction(self::ACTION);
33 $this->setCaption($this->lng()->txt('ass_file_upload_reuse_btn'), false);
34 }
35
36 public static function getInstance(): self
37 {
38 return new self(self::TYPE_SUBMIT);
39 }
40}
__construct($type)
ilAssFileUploadFileTableCommandButton constructor.
setCaption(string $a_value, bool $a_is_lng_id=true)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc