19 declare(strict_types=1);
33 public function __construct(
string $text =
"",
string $picture =
"",
int $identifier = 0)
38 $this->identifier = ($identifier !== 0) ? $identifier : $this->
createIdentifier();
43 $id = random_int(1, 100000);
Class for matching question terms.
__construct(string $text="", string $picture="", int $identifier=0)
withIdentifier(int $identifier)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
withPicture(string $picture)