WP Kernel API / @wpkernel/cli / PhpAdapterConfig
Interface: PhpAdapterConfig
Configuration returned by the PHP adapter factory.
Properties
namespace?
ts
optional namespace: string;
autoload?
ts
optional autoload: string;
customise()?
ts
optional customise: (builder, context) => void;
Parameters
builder
context
AdapterContext
& object
Returns
void