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