Class JFormRulePrefix

Description

Form Rule class for the prefix DB.

  • since: 1.7

Located in /installation/models/rules/prefix.php (line 16)

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

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

  • since: 1.7
  • access: protected

Redefinition of:
JFormRule::$modifiers
The regular expression modifiers to use when testing a form field value.
string $regex = '^[a-z][a-z0-9]*_$' (line 24)

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

  • since: 1.7
  • 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:58:52 -0500 by phpDocumentor 1.4.4