$fields


Field Properties

$field->flags

Introduced in Version 2.0

Description

Bitwise flags of the field: if($field->flags & Field::flagAutojoin) // field has the "autojoin" flag set if($field->flags & Field::flagGlobal) // field has the "global" flag set.

Post Comment