MCPcopy Index your code
hub / github.com/php/frankenphp / ParseClasses

Method ParseClasses

internal/extgen/parser.go:12–15  ·  view source on GitHub ↗

EXPERIMENTAL

(filename string)

Source from the content-addressed store, hash-verified

10
11// EXPERIMENTAL
12func (p *SourceParser) ParseClasses(filename string) ([]phpClass, error) {
13 classParser := classParser{}
14 return classParser.parse(filename)
15}
16
17// EXPERIMENTAL
18func (p *SourceParser) ParseConstants(filename string) ([]phpConstant, error) {

Callers 1

parseSourceMethod · 0.95

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected