예제 #1
0
/**
 * sets a flag indicating that we dont hide common secrets
 * when building a profile
 */
function profile_dont_hide_secrets($options)
{
    $pro = new profile();
    $pro->setNoHideSecrets();
}