41 if (is_null($connector)) {
47 parent::__construct($primary_key, $connector);
52 parent::afterObjectLoad();
60 $name = $field->getName();
63 return md5(serialize($hashing));
68 parent::storeObjectToCache();
76 return parent::buildFromArray($array);
98 public function copy($new_id = 0)
101 return parent::copy($new_id);
111 if ($this->
buildHash() !== $this->_hash) {
117 public function delete()
126 public static function find($primary_key, array $add_constructor_args = array())
128 return parent::find($primary_key, $add_constructor_args);
136 return parent::connector($connector);
getConnectorContainerName()
An exception for terminatinating execution or to throw for unit testing.
Class CachedActiveRecord.
static find($primary_key, array $add_constructor_args=array())
@inheritDoc
buildFromArray(array $array)
@inheritDoc
static connector(arConnector $connector)
@inheritDoc
__construct($primary_key=0, arConnector $connector=null)
@inheritDoc
copy($new_id=0)
@inheritDoc
static register(ActiveRecord $ar, arConnector $connector)
Class arStorageInterface.
update($pash, $contents, Config $config)