Class JFormRuleBoolean

Description

Form Rule class for the Joomla Platform.

  • since: 11.1

Located in /libraries/joomla/form/rule/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 Tue, 19 Nov 2013 14:54:41 +0100 by phpDocumentor 1.4.3