You are here

function fasttoggle_get_user_option_value in Fasttoggle 6

File

./fasttoggle.module, line 234
Enables fast toggling of binary or not so binary settings.

Code

function fasttoggle_get_user_option_value($user, $attribute_name) {
  return intval($user->{$attribute_name});
}