PHP 클래스 Neos\Flow\Tests\Persistence\Fixture\Model\DirtyEntity

상속: implements Neos\Flow\Aop\ProxyInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 프로퍼티들

프로퍼티 타입 설명
$someInteger integer
$someString string Just a normal string

공개 메소드들

메소드 설명
Flow_Aop_Proxy_invokeJoinPoint ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed Invokes the joinpoint - calls the target methods.
Flow_Persistence_isDirty ( ) : boolean Returns TRUE as this is a DirtyEntity
Flow_Persistence_memorizeCleanState ( string $propertyName = null ) : void Dummy method for mock creation
__wakeup ( ) A stub to satisfy the Flow Proxy Interface

메소드 상세

Flow_Aop_Proxy_invokeJoinPoint() 공개 메소드

Invokes the joinpoint - calls the target methods.
public Flow_Aop_Proxy_invokeJoinPoint ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed
$joinPoint Neos\Flow\Aop\JoinPointInterface The join point
리턴 mixed Result of the target (ie. original) method

Flow_Persistence_isDirty() 공개 메소드

Returns TRUE as this is a DirtyEntity

Flow_Persistence_memorizeCleanState() 공개 메소드

Dummy method for mock creation
public Flow_Persistence_memorizeCleanState ( string $propertyName = null ) : void
$propertyName string
리턴 void

__wakeup() 공개 메소드

A stub to satisfy the Flow Proxy Interface
public __wakeup ( )

프로퍼티 상세

$someInteger 공개적으로 프로퍼티

public int $someInteger
리턴 integer

$someString 공개적으로 프로퍼티

Just a normal string
public string $someString
리턴 string