15 foreach ($input as $k => $v) {
26 $r =
new ReflectionClass($this);
27 foreach ($r->getProperties() as $p) {
28 $p->setAccessible(
true);
29 $a[$p->getName()] = $p->getValue($this);
An exception for terminatinating execution or to throw for unit testing.
setVersion(string $version)
setInfoParams(string $info_params)
setAction(string $action)
setFilename(string $filename)
getArrayCopy()
@inheritDoc
setHistEntryId(int $hist_entry_id)
offsetGet($index)
@inheritDoc
setUserComment(string $user_comment)
setObjType(string $obj_type)
setMaxVersion(string $max_version)
__construct($input=array())
@inheritDoc
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples