@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpAstChannel
Interface: PhpAstChannel
Properties
entries()
ts
entries: () => readonly PhpAstContextEntry[];Returns
readonly PhpAstContextEntry[]
get()
ts
get: (key) => PhpAstContextEntry | undefined;Parameters
key
string
Returns
PhpAstContextEntry | undefined
open()
ts
open: (options) => PhpAstContextEntry;Parameters
options
filePath
string
key
string
metadata
namespace
string
Returns
reset()
ts
reset: () => void;Returns
void
