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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Flow_Aop_Proxy_invokeJoinPoint ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed Invokes the joinpoint - calls the target methods.
__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

__wakeup() 공개 메소드

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

프로퍼티 상세

$someInteger 공개적으로 프로퍼티

public int $someInteger
리턴 integer

$someReference 공개적으로 프로퍼티

public Entity3,Neos\Flow\Tests\Persistence\Fixture\Model $someReference
리턴 Entity3

$someReferenceArray 공개적으로 프로퍼티

public array $someReferenceArray
리턴 array

$someString 공개적으로 프로퍼티

Just a normal string
public string $someString
리턴 string