示例#1
0
 public function map(\Prototype\ContactInformation $contact)
 {
     $value = $this->simpleValue($this->vocabulary->attributes->url);
     if (!empty($value)) {
         $contact->setUrl($value);
     }
 }