Field description class. Contains all the information about a specific field in a layout.
Located in /FileMaker/Field.php (line 27)
Field Constructor.
Return an array of arrays containing the extra information for
all validation rules on this field that can be evaluated by PHP. Rules such as "unique" and "exists" can only be validated on the server and are not included in this list. Indexes of the outer array are validation constants, and values are the same array returned by describeValidationRule().
Returns any additional information for a given rule. Used for range rules and other rules that have additional validation parameters.
Returns all additional information for all validation rules.
Return the FileMaker_Layout object that contains this field.
Returns an array of FILEMAKER_RULE_* constants for each rule set on this field that can be evaluated by PHP. Rules such as "unique" and "exists" can only be validated on the server and are not included in this list.
Return the name of this field.
Return the maximum number of repetitions for this field.
Get the result type of this field - for example, 'text' or 'number'.
Loads FMPXMLLAYOUT data. Returns the type of this field - for example, 'EDITTEXT'.
Returns the type of this field. Examples: 'normal', 'calculation'.
Returns the full additive bitmask of validation rules for this field.
Returns an array of FILEMAKER_RULE_* constants for each rule set on this field.
Loads FMPXMLLAYOUT data. If this field is associated with a value list, return the list of choices in that value list. Otherwise returns NULL.
Returns TRUE if the given FILEMAKER_RULE_* constant matches the field's validation bitmask, FALSE otherwise.
Return TRUE if this field is auto-entered and FALSE if it is set manually.
Return TRUE if this field is global and FALSE if it is not.
Returns TRUE if $value is valid for this field, or a FileMaker_Error_Validation object describing how validation failed.
Documentation generated on Thu, 06 Jul 2006 15:52:28 -0700 by phpDocumentor 1.2.3