コード例 #1
0
ファイル: actions.class.php プロジェクト: silky/littlesis
 public function executeChildOrgs($request)
 {
     $this->forward404Unless($this->entity['primary_type'] == 'Org');
     $this->child_orgs = EntityApi::getChildOrgs($this->entity['id']);
     return 'Xml';
 }