Example #1
0
 /**
  * @return Config[]
  */
 public function getConfigs()
 {
     if (is_null($this->configs)) {
         $this->configs = Config::getConfigsForEvent($this);
     }
     return $this->configs;
 }