45 if (is_null($connector)) {
56 parent::afterObjectLoad();
64 $name = $field->getName();
67 return md5(serialize($hashing));
82 return parent::copy($new_id);
85 public function read(): void
93 if ($this->
buildHash() !== $this->_hash) {
99 public function delete()
Class CachedActiveRecord.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static register(ActiveRecord $ar, arConnector $connector)
__construct($primary_key=0, arConnector $connector=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getConnectorContainerName()
Return the Name of your Connector Table
__construct(Container $dic, ilPlugin $plugin)