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

Inheritance: implements Neos\Flow\Aop\ProxyInterface
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Свойство Type Description
$someInteger integer
$someReference Entity3
$someReferenceArray array
$someString string Just a normal string

Méthodes publiques

Méthode 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 méthode

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

__wakeup() public méthode

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

Property Details

$someInteger public_oe property

public int $someInteger
Résultat integer

$someReference public_oe property

public Entity3,Neos\Flow\Tests\Persistence\Fixture\Model $someReference
Résultat Entity3

$someReferenceArray public_oe property

public array $someReferenceArray
Résultat array

$someString public_oe property

Just a normal string
public string $someString
Résultat string