PHP 클래스 Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\ClassToBeSerialized

파일 보기 프로젝트 열기: neos/flow-development-collection

공개 프로퍼티들

프로퍼티 타입 설명
$eagerC SingletonClassC
$interfaceDeclaredSingletonButImplementationIsPrototype PrototypeClassAishInterface
$lazyB SingletonClassB
$prototypeB PrototypeClassB
$someProperty string

보호된 프로퍼티들

프로퍼티 타입 설명
$protectedProperty string
$staticProperty string

프로퍼티 상세

$eagerC 공개적으로 프로퍼티

public SingletonClassC,Neos\Flow\Tests\Functional\ObjectManagement\Fixtures $eagerC
리턴 SingletonClassC

$interfaceDeclaredSingletonButImplementationIsPrototype 공개적으로 프로퍼티

public PrototypeClassAishInterface $interfaceDeclaredSingletonButImplementationIsPrototype
리턴 PrototypeClassAishInterface

$lazyB 공개적으로 프로퍼티

public SingletonClassB $lazyB
리턴 SingletonClassB

$protectedProperty 보호되어 있는 프로퍼티

protected string $protectedProperty
리턴 string

$prototypeB 공개적으로 프로퍼티

public PrototypeClassB,Neos\Flow\Tests\Functional\ObjectManagement\Fixtures $prototypeB
리턴 PrototypeClassB

$someProperty 공개적으로 프로퍼티

public string $someProperty
리턴 string

$staticProperty 보호되어 있는 정적으로 프로퍼티

protected static string $staticProperty
리턴 string