Documentation

EntityManager extends EntityManager
in package

Wrapper class for Doctrine Entity Manager

Tags
copyright

CLOUDREXX CMS - CLOUDREXX AG

author

ss4u ss4u.comvation@gmail.com

version
3.1.2
subpackage

core

Table of Contents

Properties

$reverseLookupTable  : array<string|int, mixed>

Methods

createQuery()  : mixed
{@inheritdoc}
getEntityNameByTableName()  : string
Returns the entity name for a table name

Properties

$reverseLookupTable

protected array<string|int, mixed> $reverseLookupTable = array()

Lookup table. Key is database table name, value is entity name

Methods

createQuery()

{@inheritdoc}

public createQuery([mixed $dql = '' ]) : mixed
Parameters
$dql : mixed = ''

getEntityNameByTableName()

Returns the entity name for a table name

public getEntityNameByTableName(string $tableName) : string
Parameters
$tableName : string

Name of the database table

Tags
author

Michael Ritter michael.ritter@cloudrexx.com

Return values
string

Fully qualified name of the entity


        
On this page

Search results