PHP Класс Neos\Flow\Tests\Unit\ObjectManagement\Fixture\ReconstitutableClassWithSimpleProperties

Наследование: implements Neos\Flow\Persistence\Aspect\PersistenceMagicInterface, implements Neos\Flow\ObjectManagement\Proxy\ProxyInterface
Показать файл Открыть проект

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

Свойство Тип Описание
$constructorHasBeenCalled boolean
$publicProperty mixed

Защищенные свойства (Protected)

Свойство Тип Описание
$firstProperty string
$secondProperty mixed
$stringDependency string

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

Метод Описание
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 )

Описание методов

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

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

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

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

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 injectStringDependency ( $string )

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

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

public bool $constructorHasBeenCalled
Результат boolean

$firstProperty защищенное свойство

protected string $firstProperty
Результат string

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

public mixed $publicProperty
Результат mixed

$secondProperty защищенное свойство

protected mixed $secondProperty
Результат mixed

$stringDependency защищенное свойство

protected string $stringDependency
Результат string