Field description class. Contains all the information about a specific field on a layout.
Located in /FileMaker/Field.php (line 28)
Field object constructor.
Return an array of arrays containing the extra information for all pre-validation rules on this field that can be evaluated by the PHP engine.
Rules such as "unique" and "exists" can be validated only on the Database Server and are not included in this list. Indexes of the outer array are FILEMAKER_RULE_* constants, and values are the same array returned by describeValidationRule().
Returns any additional information for the specified pre-validation rule.
Used for range rules and other rules that have additional pre-validation parameters.
Returns any additional information for all pre-validation rules.
Returns 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 the PHP engine.
Rules such as "unique" and "exists" can only be pre-validated on the Database Server and are not included in this list.
Returns the name of this field.
Returns the maximum number of repetitions for this field.
Returns the result type of this field -- for example, 'text', 'number', 'date', 'time', 'timestamp', or 'container'.
Returns the control style type of this field -- for example, 'EDITTEXT', 'POPUPLIST', 'POPUPMENU', 'CHECKBOX', 'RADIOBUTTONS' or 'CALENDAR'.
Returns the type of this field -- for example, 'normal', 'calculation', or 'summary'.
Returns the full additive bitmask of pre-validation rules for this field.
Returns an array of FILEMAKER_RULE_* constants for each rule set on this field.
Returns the list of choices from the value list associated with this field.
If this field is not associated with a value list, this method returns NULL.
Returns TRUE if the specified FILEMAKER_RULE_* constant matches the field's pre-validation bitmask. Otherwise, returns FALSE.
Returns TRUE if data in this field is auto-entered or FALSE if it is entered manually.
Returns TRUE if this field is global or FALSE if it is not.
Returns TRUE if $value is valid for this field, or a FileMaker_Error_Validation object describing how pre-validation failed.
Documentation generated on Tue, 22 May 2007 13:39:04 -0700 by phpDocumentor 1.3.1