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

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

Public Properties

Property Type Description
$someInteger integer
$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

$someString public property

Just a normal string
public string $someString
return string