46 if (is_null($arConnector)) {
57 parent::afterObjectLoad();
65 $name = $arField->getName();
66 $hashing[$name] = $this->{$name};
68 return md5(serialize($hashing));
78 public function read(): void
87 if ($this->
buildHash() !== $this->_hash) {
93 public function delete():
void
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getConnectorContainerName()
@description Return the Name of your Connector Table
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)
@inheritDoc
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(Container $dic, ilPlugin $plugin)
@inheritDoc