Пример #1
0
 public function __toString()
 {
     if ($this->getNombre() === $this->municipio->getNombre()) {
         return "{$this->municipio->getNombre()}, {$this->municipio->getDepartamento()->getNombre()}";
     }
     return "{$this->nombre} - {$this->municipio->getNombre()}, {$this->municipio->getDepartamento()->getNombre()}";
 }