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
$classIndex
private
static mixed
$classIndex
$entities
private
static mixed
$entities
$tableIndex
private
static mixed
$tableIndex
Methods
entityExists()
public
static entityExists(string $entityName) : bool
Parameters
- $entityName : string
Return values
boolflush()
public
static flush() : void
tableExists()
public
static tableExists(string $tableName) : bool
Parameters
- $tableName : string
Return values
boolloadAll()
private
static loadAll() : void
loadCoreEntities()
private
static loadCoreEntities() : array<string|int, mixed>