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

ファイルを表示 Open project: neos/flow-development-collection

Public Properties

Property Type Description
$interfaceAImplementation InterfaceA
$requiredArgument string
$settingsArgument string

Protected Properties

Property Type Description
$protectedArrayPropertySetViaObjectsYaml array
$protectedArrayPropertyWithSetterSetViaObjectsYaml array
$protectedBooleanFalsePropertySetViaObjectsYaml boolean
$protectedBooleanTruePropertySetViaObjectsYaml boolean
$protectedFloatPropertySetViaObjectsYaml float
$protectedStringPropertySetViaObjectsYaml string

Public Methods

Method Description
__construct ( string $requiredArgument, InterfaceA $interfaceAImplementation, string $settingsArgument, boolean $optionalArgument = false, integer $alsoOptionalArgument = null, array $thirdOptionalArgument = [], string $fourthOptionalArgument = '' )
getProtectedArrayPropertySetViaObjectsYaml ( ) : array
getProtectedArrayPropertyWithSetterSetViaObjectsYaml ( ) : array
getProtectedBooleanFalsePropertySetViaObjectsYaml ( ) : boolean
getProtectedBooleanTruePropertySetViaObjectsYaml ( ) : boolean
getProtectedFloatPropertySetViaObjectsYaml ( ) : float
getProtectedStringPropertySetViaObjectsYaml ( ) : string
setProtectedArrayPropertyWithSetterSetViaObjectsYaml ( array $protectedArrayPropertyWithSetterSetViaObjectsYaml )

Method Details

__construct() public method

public __construct ( string $requiredArgument, InterfaceA $interfaceAImplementation, string $settingsArgument, boolean $optionalArgument = false, integer $alsoOptionalArgument = null, array $thirdOptionalArgument = [], string $fourthOptionalArgument = '' )
$requiredArgument string
$interfaceAImplementation InterfaceA
$settingsArgument string
$optionalArgument boolean
$alsoOptionalArgument integer
$thirdOptionalArgument array
$fourthOptionalArgument string

getProtectedArrayPropertySetViaObjectsYaml() public method

getProtectedArrayPropertyWithSetterSetViaObjectsYaml() public method

getProtectedBooleanFalsePropertySetViaObjectsYaml() public method

getProtectedBooleanTruePropertySetViaObjectsYaml() public method

getProtectedFloatPropertySetViaObjectsYaml() public method

getProtectedStringPropertySetViaObjectsYaml() public method

setProtectedArrayPropertyWithSetterSetViaObjectsYaml() public method

public setProtectedArrayPropertyWithSetterSetViaObjectsYaml ( array $protectedArrayPropertyWithSetterSetViaObjectsYaml )
$protectedArrayPropertyWithSetterSetViaObjectsYaml array

Property Details

$interfaceAImplementation public_oe property

public InterfaceA $interfaceAImplementation
return InterfaceA

$protectedArrayPropertySetViaObjectsYaml protected_oe property

protected array $protectedArrayPropertySetViaObjectsYaml
return array

$protectedArrayPropertyWithSetterSetViaObjectsYaml protected_oe property

protected array $protectedArrayPropertyWithSetterSetViaObjectsYaml
return array

$protectedBooleanFalsePropertySetViaObjectsYaml protected_oe property

protected bool $protectedBooleanFalsePropertySetViaObjectsYaml
return boolean

$protectedBooleanTruePropertySetViaObjectsYaml protected_oe property

protected bool $protectedBooleanTruePropertySetViaObjectsYaml
return boolean

$protectedFloatPropertySetViaObjectsYaml protected_oe property

protected float $protectedFloatPropertySetViaObjectsYaml
return float

$protectedStringPropertySetViaObjectsYaml protected_oe property

protected string $protectedStringPropertySetViaObjectsYaml
return string

$requiredArgument public_oe property

public string $requiredArgument
return string

$settingsArgument public_oe property

public string $settingsArgument
return string