includes
|
|
Access
|
read-only
|
Returns
|
fArray
|
matches
|
|
Access
|
read-only
|
Returns
|
fArray
|
addIncludeinclude
|
|
Parameters
|
fContextIncludeinclude
The set of contexts to add to the include array. If this value is null or undefined, a new fContextInclude object will be created.
|
Returns
|
fContextInclude. The new fContextInclude object.
|
addMatchmatch
|
|
Parameters
|
fContextMatchmatch
The context to add to the matches array. If this value is null or undefined, a new fContextMatch object will be created.
|
Returns
|
fContextMatch. The new fContextMatch object.
|
clearIncludes
|
|
Parameters
|
None
|
Returns
|
void. None.
|
clearMatches
|
|
Parameters
|
None
|
Returns
|
void. None.
|
removeIncludeinclude
|
|
Parameters
|
fContextIncludeinclude
The context include to remove.
|
Returns
|
void. None.
|
removeMatchmatch
|
|
Parameters
|
fContextMatchmatch
The context match to remove.
|
Returns
|
void. None.
|