Example #1
0
 /**
  * {@inheritdoc}
  */
 public function getLedMostParticipant()
 {
     // There is cache
     if ($this->cache_led_most_participant !== null) {
         return $this->cache_led_most_participant;
     }
     // Return and cache
     return $this->cache_led_most_participant = parent::getLedMostParticipant();
 }