46 if (is_null($arConnector)) {
57 parent::afterObjectLoad();
65 $name = $arField->getName();
66 $hashing[$name] = $this->{$name};
68 return md5(serialize($hashing));
76 public function read(): void
84 if ($this->
buildHash() !== $this->_hash) {
89 public function delete():
void This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static register(ActiveRecord $activeRecord, arConnector $arConnector)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(mixed $primary_key=0, arConnector $arConnector=null)
getConnectorContainerName()
Return the Name of your Connector Table
__construct(Container $dic, ilPlugin $plugin)