You are here

property flag_flag::$roles in Flag 5

Same name and namespace in other branches
  1. 6 flag.inc \flag_flag::roles
  2. 7.3 includes/flag/flag_flag.inc \flag_flag::roles

File

./flag.inc, line 111
Implements various flags. Uses object oriented style inspired by that of Views 2.

Class

flag_flag
This abstract class represents a flag, or, in Views 2 terminology, "a handler".

Code

var $roles = array(
  DRUPAL_AUTHENTICATED_RID,
);