ILIAS  release_7 Revision v7.30-3-g800a261c036
Js.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
21
27{
35 private $batch;
36
43 public function __construct(string $content, string $version, bool $add_version_number = true, int $batch = 2)
44 {
46 $this->add_version_number = $add_version_number;
47 $this->batch = $batch;
48 }
49
53 public function addVersionNumber() : bool
54 {
56 }
57
61 public function getBatch() : int
62 {
63 return $this->batch;
64 }
65}
An exception for terminatinating execution or to throw for unit testing.
__construct(string $content, string $version, bool $add_version_number=true, int $batch=2)
Js constructor.
Definition: Js.php:43
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc