3 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);
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
__construct(string $text="", string $picture="", int $identifier=0)
 
withIdentifier(int $identifier)
 
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins 
 
withPicture(string $picture)