You are here

function fb_views_handler_filter_profile_tab::construct in Drupal for Facebook 6.3

Same name and namespace in other branches
  1. 6.2 fb_views/fb_views_handler_filter_profile_tab.inc \fb_views_handler_filter_profile_tab::construct()
  2. 7.3 fb_views/fb_views_handler_filter_profile_tab.inc \fb_views_handler_filter_profile_tab::construct()

File

fb_views/fb_views_handler_filter_profile_tab.inc, line 10
Filter handler for profile tab user.

Class

fb_views_handler_filter_profile_tab
@file Filter handler for profile tab user.

Code

function construct() {
  parent::construct();
  $this->value_value = t('Is profile tab user');
}