PHP Class Neos\Flow\Tests\Unit\ObjectManagement\Fixture\ReconstitutableClassWithSimpleProperties

Inheritance: implements Neos\Flow\Persistence\Aspect\PersistenceMagicInterface, implements Neos\Flow\ObjectManagement\Proxy\ProxyInterface
Show file Open project: neos/flow-development-collection

Public Properties

Property Type Description
$constructorHasBeenCalled boolean
$publicProperty mixed

Protected Properties

Property Type Description
$firstProperty string
$secondProperty mixed
$stringDependency string

Public Methods

Method Description
Flow_Aop_Proxy_declareMethodsAndAdvices ( )
Flow_Aop_Proxy_invokeJoinPoint ( Neos\Flow\Aop\JoinPointInterface $joinPoint )
__construct ( $someArgument, Neos\Flow\ObjectManagement\ObjectManagerInterface $Flow_Aop_Proxy_objectManager ) The constructor - similar to what you would find in a AOP proxy class.
injectStringDependency ( $string )

Method Details

Flow_Aop_Proxy_declareMethodsAndAdvices() public method

Flow_Aop_Proxy_invokeJoinPoint() public method

public Flow_Aop_Proxy_invokeJoinPoint ( Neos\Flow\Aop\JoinPointInterface $joinPoint )
$joinPoint Neos\Flow\Aop\JoinPointInterface

__construct() public method

The constructor - similar to what you would find in a AOP proxy class.
public __construct ( $someArgument, Neos\Flow\ObjectManagement\ObjectManagerInterface $Flow_Aop_Proxy_objectManager )
$Flow_Aop_Proxy_objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface

injectStringDependency() public method

public injectStringDependency ( $string )

Property Details

$constructorHasBeenCalled public property

public bool $constructorHasBeenCalled
return boolean

$firstProperty protected property

protected string $firstProperty
return string

$publicProperty public property

public mixed $publicProperty
return mixed

$secondProperty protected property

protected mixed $secondProperty
return mixed

$stringDependency protected property

protected string $stringDependency
return string