PHP 클래스 ZF\Apigility\Doctrine\Server\Event\DoctrineResourceEvent

상속: extends Zend\EventManager\Event
파일 보기 프로젝트 열기: zfcampus/zf-apigility-doctrine 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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