Beispiel #1
0
 /**
  * @Serializer\VirtualProperty
  * @Serializer\SerializedName("sitelabel")
  */
 public function getSiteLabel()
 {
     return null !== $this->site ? $this->site->getLabel() : null;
 }