31 foreach ($input as $k => $v) {
42 $r =
new ReflectionClass($this);
43 foreach ($r->getProperties() as $p) {
44 $p->setAccessible(
true);
45 $a[$p->getName()] = $p->getValue($this);
68 return property_exists($this, $key);
73 return $this->{$index};
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setVersion(string $version)
setInfoParams(string $info_params)
setAction(string $action)
setFilename(string $filename)
getArrayCopy()
@inheritDoc
setHistEntryId(int $hist_entry_id)
setUserComment(string $user_comment)
__construct(array $input=[])
@inheritDoc
setObjType(string $obj_type)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples