PHP Class Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\ClassToBeSerialized

Mostra file Open project: neos/flow-development-collection

Public Properties

Property Type Description
$eagerC SingletonClassC
$interfaceDeclaredSingletonButImplementationIsPrototype PrototypeClassAishInterface
$lazyB SingletonClassB
$prototypeB PrototypeClassB
$someProperty string

Protected Properties

Property Type Description
$protectedProperty string
$staticProperty string

Property Details

$eagerC public_oe property

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

$interfaceDeclaredSingletonButImplementationIsPrototype public_oe property

public PrototypeClassAishInterface $interfaceDeclaredSingletonButImplementationIsPrototype
return PrototypeClassAishInterface

$lazyB public_oe property

public SingletonClassB $lazyB
return SingletonClassB

$protectedProperty protected_oe property

protected string $protectedProperty
return string

$prototypeB public_oe property

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

$someProperty public_oe property

public string $someProperty
return string

$staticProperty protected_oe static_oe property

protected static string $staticProperty
return string