示例#1
0
 /**
  * @param kObjectAddedEventConsumer $consumer
  * @return bool true if should continue to the next consumer
  */
 protected function doConsume(KalturaEventConsumer $consumer)
 {
     return $consumer->objectAdded($this->object);
 }