FetchedSchema
in package
FinalYes
The result of a successful {@see Registry::fetchStructSchema()} -- the compiled schema itself, plus the (possibly-updated) registry a lazy resolver hit should be threaded forward through, so a resolved-on-demand schema is only ever resolved once per registry lineage.
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$compiled read-only
public
Compiled
$compiled
$registry read-only
public
Registry
$registry
Methods
__construct()
public
__construct(Compiled $compiled, Registry $registry) : mixed