Class FOFFormFieldLanguage

Description

Implements interfaces:

Form Field class for FOF Available site languages

  • since: 2.0

Located in /libraries/fof/form/field/language.php (line 23)

JFormFieldLanguage
   |
   --FOFFormFieldLanguage
Variable Summary
Method Summary
 array getOptions ()
 string getRepeatable ()
 string getStatic ()
 mixed __get (string $name)
Variables
FOFTable $item (line 30)
  • var: The item being rendered in a repeatable form field
  • access: public
mixed $repeatable (line 27)
  • access: protected
int $rowid (line 33)
  • var: A monotonically increasing number, denoting the row number in a repeatable view
  • access: public
mixed $static (line 25)
  • access: protected
Methods
getOptions (line 78)

Method to get the field options.

  • return: The field option objects.
  • since: 2.0
  • access: protected
array getOptions ()
getRepeatable (line 117)

Get the rendering of this field type for a repeatable (grid) display, e.g. in a view listing many item (typically a "browse" task)

  • return: The field HTML
  • since: 2.0
  • access: public
string getRepeatable ()

Implementation of:
FOFFormField::getRepeatable()
Get the rendering of this field type for a repeatable (grid) display, e.g. in a view listing many item (typically a "browse" task)
getStatic (line 100)

Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task).

  • return: The field HTML
  • since: 2.0
  • access: public
string getStatic ()

Implementation of:
FOFFormField::getStatic()
Get the rendering of this field type for static display, e.g. in a single item view (typically a "read" task).
__get (line 44)

Method to get certain otherwise inaccessible properties from the form field object.

  • return: The property value or null.
  • since: 2.0
  • access: public
mixed __get (string $name)
  • string $name: The property name for which to the the value.

Documentation generated on Tue, 19 Nov 2013 15:06:32 +0100 by phpDocumentor 1.4.3