Documentation

EntityRepository
in package

Gathers and stores schema metadata

Table of Contents

Properties

$classIndex  : mixed
$entities  : mixed
$tableIndex  : mixed

Methods

entityExists()  : bool
flush()  : void
tableExists()  : bool
loadAll()  : void
loadCoreEntities()  : array<string|int, mixed>

Properties

Methods

entityExists()

public static entityExists(string $entityName) : bool
Parameters
$entityName : string
Return values
bool

tableExists()

public static tableExists(string $tableName) : bool
Parameters
$tableName : string
Return values
bool

loadCoreEntities()

private static loadCoreEntities() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results