class MetadataGenerator (View source)

Methods

getAllBindings()

No description

array
getCustomEntityRepositories()

Return the list of custom entity manager repositories.

render()

No description

string|null
resolveAbstractToClassName(Application $app, string $abstract)

No description

getOverride($string, $makeMethod, $comment)

No description

Details

getAllBindings()

No description

array getCustomEntityRepositories()

Return the list of custom entity manager repositories.

Return Value

array

array keys are the entity fully-qualified class names, values are the custom repository fully-qualified class names

render()

No description

private string|null resolveAbstractToClassName(Application $app, string $abstract)

No description

Parameters

Application $app
string $abstract

Return Value

string|null

private getOverride($string, $makeMethod, $comment)

No description

Parameters

$string
$makeMethod
$comment