Class JFormRule
Form Rule class for the Joomla Platform.
Direct known subclasses
JFormRuleBoolean
,
JFormRuleCalendar
,
JFormRuleRules
,
JFormRuleTel
,
JFormRuleUrl
,
JFormRuleUsername
,
JFormRuleCaptcha
,
JFormRuleColor
,
JFormRuleEmail
,
JFormRuleEquals
,
JFormRuleNotequals
,
JFormRuleNumber
,
JFormRuleOptions
,
JFormRulePassword
Package: Joomla\Platform\Form
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/form/rule.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/form/rule.php
Methods summary
public
boolean
|
#
test(
Method to test the value. |
Magic methods summary
Properties summary
protected
string
|
$regex |
#
The regular expression to use in testing a form field value. |
protected
string
|
$modifiers |
#
The regular expression modifiers to use when testing a form field value. |