Example #1
0
 public function executeReferences($request)
 {
     $this->references = EntityApi::getReferences($this->entity['id']);
     return 'Xml';
 }