Exemplo n.º 1
0
 /**
  * @return string
  * @Grid\Header(label="Dog", sort={"dog.regNumber"})
  */
 public function getDogDisplay()
 {
     return $this->dog ? $this->dog->getRegNumberDisplay() : null;
 }