コード例 #1
0
public static function deleteGP( $gpId){
    return Airavata::deleteGatewayResourceProfile( $gpId);
}
コード例 #2
0
 public static function deleteGP($gpId)
 {
     return Airavata::deleteGatewayResourceProfile(Session::get('authz-token'), $gpId);
 }