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

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

Méthodes publiques

Свойство Type Description
$someInteger integer
$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.
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

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

Flow_Persistence_isDirty() public méthode

Returns TRUE as this is a DirtyEntity
public Flow_Persistence_isDirty ( ) : boolean
Résultat boolean

Flow_Persistence_memorizeCleanState() public méthode

Dummy method for mock creation
public Flow_Persistence_memorizeCleanState ( string $propertyName = null ) : void
$propertyName string
Résultat void

__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

$someString public_oe property

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