sqry-lang-php 11.0.4

PHP language plugin for sqry
Documentation
1
2
3
4
5
6
7
8
9
//! Relation extraction helpers for the PHP plugin.
//!
//! No new semantics here. New behaviour must go via `sqry_core::graph::GraphBuilder` and the language-specific `*GraphBuilder` (see this module's export) to build `CodeGraph`.

mod graph_builder;
mod phpdoc_parser;
mod type_extractor;

pub use graph_builder::PhpGraphBuilder;