ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
Js.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
21 
27 {
28  private bool $add_version_number;
29  private int $batch;
30 
37  public function __construct(string $content, string $version, bool $add_version_number = true, int $batch = 2)
38  {
39  parent::__construct($content, $version);
40  $this->add_version_number = $add_version_number;
41  $this->batch = $batch;
42  }
43 
47  public function addVersionNumber(): bool
48  {
50  }
51 
55  public function getBatch(): int
56  {
57  return $this->batch;
58  }
59 }
__construct(string $content, string $version, bool $add_version_number=true, int $batch=2)
Js constructor.
Definition: Js.php:37
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...