ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Js.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
27{
28 public function __construct(
29 string $content,
30 string $version,
31 private bool $add_version_number = true,
32 private int $batch = 2
33 ) {
35 }
36
37
38 public function addVersionNumber(): bool
39 {
40 return $this->add_version_number;
41 }
42
43
44 public function getBatch(): int
45 {
46 return $this->batch;
47 }
48}
$version
Definition: plugin.php:24
__construct(string $content, string $version, private bool $add_version_number=true, private int $batch=2)
Definition: Js.php:28
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc