Example #1
0
function bullhorn_sync_now()
{
    $bullhorn_connection = new Bullhorn_Connection();
    return $bullhorn_connection->sync();
}