Removes the specified dynamic block definition from the parent template.
Syntax
|
Parameters
tmpl
A mixed value that can be a string holding the name of the dynamic template block, or an array of strings of this kind.
Returns
Nothing.
Remarks
The function strips all of the unparsed dynamic blocks named as specified in the tmpl input parameter from the parent template. On the level of code, this means that all such blocks stored in the TEMPLATE array of the rFastTemplate instance will have their 'result' parameters set to empty strings.
This member function will take effect only if the parse operation has not been applied to the parent template yet, as all BEGIN and END lines of dynamic blocks are removed from the template during parsing, after which the dynamic block cannot be recognized.