コード例 #1
0
ファイル: sa_client.php プロジェクト: ahelsing/geni-portal
function slice_details_chapi2portal($row)
{
    global $SACHAPI2PORTAL;
    return convert_row($row, $SACHAPI2PORTAL);
}
コード例 #2
0
ファイル: sr_client.php プロジェクト: ahelsing/geni-portal
/**
 * Convert chapi services to legacy services.
 * This is for backward compatibility.
 */
function service_chapi2portal($row)
{
    global $SRCHAPI2PORTAL;
    $converted_row = convert_row($row, $SRCHAPI2PORTAL);
    return $converted_row;
}
コード例 #3
0
ファイル: pa_client.php プロジェクト: ahelsing/geni-portal
function project_details_chapi2portal($row)
{
    global $PACHAPI2PORTAL;
    return convert_row($row, $PACHAPI2PORTAL);
}