Ejemplo n.º 1
0
 public function executeChildOrgs($request)
 {
     $this->forward404Unless($this->entity['primary_type'] == 'Org');
     $this->child_orgs = EntityApi::getChildOrgs($this->entity['id']);
     return 'Xml';
 }