PHP Class Neos\Flow\Tests\Persistence\Fixture\Model\Entity2

Inheritance: implements Neos\Flow\Aop\ProxyInterface
Show file Open project: neos/flow-development-collection

Public Properties

Property Type Description
$someInteger integer
$someReference Entity3
$someReferenceArray array
$someString string Just a normal string

Public Methods

Method Description
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

Method Details

Flow_Aop_Proxy_invokeJoinPoint() public method

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
return mixed Result of the target (ie. original) method

__wakeup() public method

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

Property Details

$someInteger public property

public int $someInteger
return integer

$someReference public property

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

$someReferenceArray public property

public array $someReferenceArray
return array

$someString public property

Just a normal string
public string $someString
return string