public function onAfterStore($object) { SystemChangeLog::register($this, $this->lastState, (array) $object); // file_put_contents('/tmp/log.txt', "After Store ".print_r($object, TRUE), FILE_APPEND); }
public function onAfterStore($object) { SystemChangeLog::register($this, $this->lastState, (array) $object); }