|
includes
|
|
|
Access
|
read-only
|
|
Returns
|
fContextInclude[]
|
|
matches
|
|
|
Access
|
read-only
|
|
Returns
|
fContextMatch[]
|
|
addInclude include
|
|
|
Parameters
|
fContextInclude include
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.
|
|
addMatch match
|
|
|
Parameters
|
fContextMatch match
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.
|
|
removeInclude include
|
|
|
Parameters
|
fContextInclude include
The context include to remove.
|
|
Returns
|
void. None.
|
|
removeMatch match
|
|
|
Parameters
|
fContextMatch match
The context match to remove.
|
|
Returns
|
void. None.
|