Class JFormRulePrefix

Description

Form Rule class for the prefix DB.

  • since: 1.7

Located in /installation/model/rules/prefix.php (line 17)

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

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 25)

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 Tue, 19 Nov 2013 15:11:12 +0100 by phpDocumentor 1.4.3