include/SugarFields/Parsers/Rules/EmailAddressRule.php
\EmailAddressRule
Package:
BaseRule.php
This is a utility base class to provide further refinement when converting pre 5.x files to the new meta-data rules.
- Parent(s)
- \BaseRule
- Author
- Collin Lee
Methods
getMatch(
$mixed, $regExp
)
:
void
inherited
Inherited from:
\BaseRule::getMatch()
Parameters
Name | Type | Description |
---|---|---|
$mixed | ||
$regExp |
isCustomField(
$mixed
)
:
void
inherited
Inherited from:
\BaseRule::isCustomField()
Parameters
Name | Type | Description |
---|---|---|
$mixed |
matches(
$mixed, $regExp
)
:
void
inherited
Inherited from:
\BaseRule::matches()
Parameters
Name | Type | Description |
---|---|---|
$mixed | ||
$regExp |
postParse(
$panels, $view
)
:
void
inherited
Inherited from:
\BaseRule::postParse()
Parameters
Name | Type | Description |
---|---|---|
$panels | ||
$view |
preParse(
$panels, $view
)
:
void
inherited
Inherited from:
\BaseRule::preParse()
Parameters
Name | Type | Description |
---|---|---|
$panels | ||
$view |