コード例 #1
0
 /**
  * On the pre-handling hook, we need to reset all counters, otherwise we get data polluted from the daemon process
  *
  * @param $objectId
  * @param $objectVersion
  * @param $pid
  */
 public static function preHandlingHook($objectId, $objectVersion, $pid)
 {
     eZPerfLogger::reset();
 }