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

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

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

Свойство Тип Описание
$someInteger integer
$someString string Just a normal string

Открытые методы

Метод Описание
Flow_Aop_Proxy_invokeJoinPoint ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : mixed Invokes the joinpoint - calls the target methods.
Flow_Persistence_isDirty ( ) : boolean Returns TRUE as this is a DirtyEntity
Flow_Persistence_memorizeCleanState ( string $propertyName = null ) : void Dummy method for mock creation
__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

Flow_Persistence_isDirty() публичный Метод

Returns TRUE as this is a DirtyEntity
public Flow_Persistence_isDirty ( ) : boolean
Результат boolean

Flow_Persistence_memorizeCleanState() публичный Метод

Dummy method for mock creation
public Flow_Persistence_memorizeCleanState ( string $propertyName = null ) : void
$propertyName string
Результат void

__wakeup() публичный Метод

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

Описание свойств

$someInteger публичное свойство

public int $someInteger
Результат integer

$someString публичное свойство

Just a normal string
public string $someString
Результат string