include/SugarFields/Parsers/Rules/NotesParseRule.php
\NotesParseRule
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 |
parsePanels(
$panels, $view
)
:
void
inherited
Inherited from:
\BaseRule::parsePanels()
Parameters
Name | Type | Description |
---|---|---|
$panels | ||
$view |
postParse(
$panels, $view
)
:
void
inherited
Inherited from:
\BaseRule::postParse()
Parameters
Name | Type | Description |
---|---|---|
$panels | ||
$view |