コード例 #1
0
ファイル: Actions.php プロジェクト: BertLasker/Catch-design
 /**
  * @return array
  */
 public function AjaxAccountIdentitiesGet()
 {
     $oAccount = $this->getAccountFromParam();
     return $this->DefaultResponse($oAccount, __FUNCTION__, $this->oApiUsers->GetIdentitiesByUserID($oAccount));
 }