You are here

property flag_flag::$fid in Flag 7.2

Same name and namespace in other branches
  1. 5 flag.inc \flag_flag::fid
  2. 6.2 flag.inc \flag_flag::fid
  3. 6 flag.inc \flag_flag::fid
  4. 7.3 includes/flag/flag_flag.inc \flag_flag::fid

The database ID.

NULL for flags that haven't been saved to the database yet.

Type: integer

File

./flag.inc, line 131
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 $fid = NULL;