PHP Class ZF\Apigility\Doctrine\Server\Event\DoctrineResourceEvent

Inheritance: extends Zend\EventManager\Event
Afficher le fichier Open project: zfcampus/zf-apigility-doctrine Class Usage Examples

Protected Properties

Свойство Type Description
$collection mixed
$data Should be the original data that was supplied the resource
$entity mixed
$entityClassName string
$entityId string
$objectManager
$resourceEvent ZF\Rest\ResourceEvent

Méthodes publiques

Méthode Description
getCollection ( ) : mixed
getData ( ) : mixed
getEntity ( ) : mixed
getEntityClassName ( ) : string
getEntityId ( ) : string
getObjectManager ( ) : Doctrine\Common\Persistence\ObjectManager
getResourceEvent ( ) : ZF\Rest\ResourceEvent
setCollection ( mixed $collection )
setData ( mixed $data )
setEntity ( mixed $entity )
setEntityClassName ( string $entityClassName )
setEntityId ( string $entityId )
setObjectManager ( Doctrine\Common\Persistence\ObjectManager $objectManager )
setResourceEvent ( ZF\Rest\ResourceEvent $resourceEvent )

Method Details

getCollection() public méthode

Deprecation: Should almost certainly be null at all times as of commit b1cf74e
public getCollection ( ) : mixed
Résultat mixed

getData() public méthode

public getData ( ) : mixed
Résultat mixed

getEntity() public méthode

public getEntity ( ) : mixed
Résultat mixed

getEntityClassName() public méthode

public getEntityClassName ( ) : string
Résultat string

getEntityId() public méthode

public getEntityId ( ) : string
Résultat string

getObjectManager() public méthode

public getObjectManager ( ) : Doctrine\Common\Persistence\ObjectManager
Résultat Doctrine\Common\Persistence\ObjectManager

getResourceEvent() public méthode

public getResourceEvent ( ) : ZF\Rest\ResourceEvent
Résultat ZF\Rest\ResourceEvent

setCollection() public méthode

Deprecation: Callers have been removed in Commit b1cf74e
public setCollection ( mixed $collection )
$collection mixed

setData() public méthode

public setData ( mixed $data )
$data mixed The Original Data supplied to the Resource Method

setEntity() public méthode

public setEntity ( mixed $entity )
$entity mixed

setEntityClassName() public méthode

public setEntityClassName ( string $entityClassName )
$entityClassName string

setEntityId() public méthode

public setEntityId ( string $entityId )
$entityId string

setObjectManager() public méthode

public setObjectManager ( Doctrine\Common\Persistence\ObjectManager $objectManager )
$objectManager Doctrine\Common\Persistence\ObjectManager

setResourceEvent() public méthode

public setResourceEvent ( ZF\Rest\ResourceEvent $resourceEvent )
$resourceEvent ZF\Rest\ResourceEvent

Property Details

$collection protected_oe property

protected mixed $collection
Résultat mixed

$data protected_oe property

Should be the original data that was supplied the resource
protected $data

$entity protected_oe property

protected mixed $entity
Résultat mixed

$entityClassName protected_oe property

protected string $entityClassName
Résultat string

$entityId protected_oe property

protected string $entityId
Résultat string

$objectManager protected_oe property

protected $objectManager

$resourceEvent protected_oe property

protected ResourceEvent,ZF\Rest $resourceEvent
Résultat ZF\Rest\ResourceEvent