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

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

Méthodes publiques

Свойство Type Description
$constructorHasBeenCalled boolean
$publicProperty mixed

Protected Properties

Свойство Type Description
$firstProperty string
$secondProperty mixed
$stringDependency string

Méthodes publiques

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

Flow_Aop_Proxy_invokeJoinPoint() public méthode

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

__construct() public méthode

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

public injectStringDependency ( $string )

Property Details

$constructorHasBeenCalled public_oe property

public bool $constructorHasBeenCalled
Résultat boolean

$firstProperty protected_oe property

protected string $firstProperty
Résultat string

$publicProperty public_oe property

public mixed $publicProperty
Résultat mixed

$secondProperty protected_oe property

protected mixed $secondProperty
Résultat mixed

$stringDependency protected_oe property

protected string $stringDependency
Résultat string