CommonMark\CQL::__invoke
(cmark >= 1.1.0)
CommonMark\CQL::__invoke — CQL Execution
Description
Shall invoke the current CQL function on the given root, executing the given handler on entry to a CommonMark\Node
Parameters
root- the root node of a tree
handlershould have the prototype:
- Should
handlerfail to return (void), or return null, CQL will continue executing - Should the handler return a truthy value, CQL will continue executing.
- Should the handler return a falsy value, CQL will stop executing
- Should
↑ and ↓ to navigate • Enter to select • Esc to close • / to open