Class JFormRuleBoolean

Description

Form Rule class for the Joomla Platform.

  • since: 11.1

Located in /libraries/joomla/form/rules/boolean.php (line 19)

JFormRule
   |
   --JFormRuleBoolean
Variable Summary
string $modifiers
string $regex
Variables
string $modifiers = 'i' (line 35)

The regular expression modifiers to use when testing a form field value.

  • since: 11.1
  • access: protected

Redefinition of:
JFormRule::$modifiers
The regular expression modifiers to use when testing a form field value.
string $regex = '^(?:[01]|true|false)$' (line 27)

The regular expression to use in testing a form field value.

  • since: 11.1
  • access: protected

Redefinition of:
JFormRule::$regex
The regular expression to use in testing a form field value.
Methods

Inherited Methods

Inherited From JFormRule

JFormRule::test()

Documentation generated on Mon, 25 Jun 2012 13:52:38 -0500 by phpDocumentor 1.4.4