예제 #1
0
 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);
 }
예제 #2
0
 public function onAfterStore($object)
 {
     SystemChangeLog::register($this, $this->lastState, (array) $object);
 }