Ejemplo n.º 1
0
 /**
  * Get venue_name
  *
  * @return string
  */
 public function getVenueName()
 {
     if ($this->venue) {
         return $this->venue->getName();
     } elseif ($this->other_venue) {
         return $this->other_venue;
     }
 }