PHP Класс ZF\Apigility\Doctrine\Server\Event\DoctrineResourceEvent

Наследование: extends Zend\EventManager\Event
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$collection mixed
$data Should be the original data that was supplied the resource
$entity mixed
$entityClassName string
$entityId string
$objectManager
$resourceEvent ZF\Rest\ResourceEvent

Открытые методы

Метод Описание
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 )

Описание методов

getCollection() публичный Метод

Устаревший: Should almost certainly be null at all times as of commit b1cf74e
public getCollection ( ) : mixed
Результат mixed

getData() публичный Метод

public getData ( ) : mixed
Результат mixed

getEntity() публичный Метод

public getEntity ( ) : mixed
Результат mixed

getEntityClassName() публичный Метод

public getEntityClassName ( ) : string
Результат string

getEntityId() публичный Метод

public getEntityId ( ) : string
Результат string

getObjectManager() публичный Метод

public getObjectManager ( ) : Doctrine\Common\Persistence\ObjectManager
Результат Doctrine\Common\Persistence\ObjectManager

getResourceEvent() публичный Метод

public getResourceEvent ( ) : ZF\Rest\ResourceEvent
Результат ZF\Rest\ResourceEvent

setCollection() публичный Метод

Устаревший: Callers have been removed in Commit b1cf74e
public setCollection ( mixed $collection )
$collection mixed

setData() публичный Метод

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

setEntity() публичный Метод

public setEntity ( mixed $entity )
$entity mixed

setEntityClassName() публичный Метод

public setEntityClassName ( string $entityClassName )
$entityClassName string

setEntityId() публичный Метод

public setEntityId ( string $entityId )
$entityId string

setObjectManager() публичный Метод

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

setResourceEvent() публичный Метод

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

Описание свойств

$collection защищенное свойство

protected mixed $collection
Результат mixed

$data защищенное свойство

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

$entity защищенное свойство

protected mixed $entity
Результат mixed

$entityClassName защищенное свойство

protected string $entityClassName
Результат string

$entityId защищенное свойство

protected string $entityId
Результат string

$objectManager защищенное свойство

protected $objectManager

$resourceEvent защищенное свойство

protected ResourceEvent,ZF\Rest $resourceEvent
Результат ZF\Rest\ResourceEvent