Class EntityHandler
Description of EntityHandler
Direct known subclasses
Mapbender\CoreBundle\Component\SourceEntityHandler
,
Mapbender\CoreBundle\Component\SourceInstanceEntityHandler
,
Mapbender\CoreBundle\Component\SourceInstanceItemEntityHandler
,
Mapbender\CoreBundle\Component\SourceItemEntityHandler
Indirect known subclasses
Mapbender\WmsBundle\Component\WmsInstanceEntityHandler
,
Mapbender\WmsBundle\Component\WmsInstanceLayerEntityHandler
,
Mapbender\WmsBundle\Component\WmsLayerSourceEntityHandler
,
Mapbender\WmsBundle\Component\WmsSourceEntityHandler
Namespace: Mapbender\CoreBundle\Component
Author: Paul Schmidt
Located at Mapbender/CoreBundle/Component/EntityHandler.php
Author: Paul Schmidt
Located at Mapbender/CoreBundle/Component/EntityHandler.php
Methods summary
public
|
#
__construct( Symfony\Component\DependencyInjection\ContainerInterface $container, mixed $entity )
EntityHandler constructor. |
public
mixed|
|
|
public
Symfony\Component\DependencyInjection\ContainerInterface
|
|
public
|
|
public
|
|
public static
object
|
#
find( Symfony\Component\DependencyInjection\ContainerInterface $container, string $entityClass, integer|string $entityId )
Find entity by class name and ID |
public static
|
#
createHandler( Symfony\Component\DependencyInjection\ContainerInterface $container,
|
public
null|Symfony\Component\HttpKernel\Bundle\BundleInterface
|
|
public
string
|
#
getUniqueValue( mixed $entity, string $uniqueField, string $toUniqueValue, string $suffix = "" )
Returns an unique value for an unique field. |
public static
boolean
|
#
isEntity( Symfony\Component\DependencyInjection\ContainerInterface $container, mixed $entity )
Is entity a database entity? |
public static
array|Doctrine\Common\Collections\ArrayCollection
|
#
findAll( Symfony\Component\DependencyInjection\ContainerInterface $container, mixed $entityClass, array $criteria = array(), null $accessControl = null )
Fins all entities |
Magic methods summary
Properties summary
protected
Symfony\Component\DependencyInjection\ContainerInterface
|
$container
container |
|
protected
|
$entity
entity |