PHP 클래스 Neos\Flow\Tests\Unit\ObjectManagement\Fixture\ReconstitutableClassWithSimpleProperties

상속: implements Neos\Flow\Persistence\Aspect\PersistenceMagicInterface, implements Neos\Flow\ObjectManagement\Proxy\ProxyInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 프로퍼티들

프로퍼티 타입 설명
$constructorHasBeenCalled boolean
$publicProperty mixed

보호된 프로퍼티들

프로퍼티 타입 설명
$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