Beispiel #1
0
 protected function getEntity($identifier)
 {
     $show = parent::getEntity($identifier);
     //In order to simplify the interface, phasing out the 'excluding' field in performance date ranges. The method
     //below replaces any performance range with an 'excluding' field with two performance ranges.
     $show->fixPerformanceExcludes();
     return $show;
 }