final |
|---|
Loads a cached EdmxInterface from the generated Edm\ directory next to a service class.
The cache is a set of PHP readonly classes generated by EdmxWriter. The root class is always {ServiceNamespace}\Edm\Edmx and lives at {ServiceDir}/Edm/Edmx.php.
| Methods | ||
|---|---|---|
public
static
|
forService(ODataServiceInterface $service): ?EdmxInterface
|
# |
public
static
|
edmxClassName(ODataServiceInterface $service): string
|
# |
public
static
|
cacheDir(ODataServiceInterface $service): string
|
# |