alef-backend-php 0.17.0

PHP (ext-php-rs) backend for alef
Documentation
1
2
3
4
5
6
7
8
    /**
     * {{ doc_lines }}
     *
     * @param NodeContext $context Node context information (type, depth, path, etc.)
{{ param_docs }}
     * @return VisitResult How to proceed with traversal (Continue, Skip, or Custom output)
     */
    public function {{ method_name }}(NodeContext $context{{ method_params }}): VisitResult;