PHP Класс Neos\Flow\Tests\Persistence\Fixture\Model\Entity2

Наследование: implements Neos\Flow\Aop\ProxyInterface
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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