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

Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Свойство Type Description
$interfaceAImplementation InterfaceA
$requiredArgument string
$settingsArgument string

Protected Properties

Свойство Type Description
$protectedArrayPropertySetViaObjectsYaml array
$protectedArrayPropertyWithSetterSetViaObjectsYaml array
$protectedBooleanFalsePropertySetViaObjectsYaml boolean
$protectedBooleanTruePropertySetViaObjectsYaml boolean
$protectedFloatPropertySetViaObjectsYaml float
$protectedStringPropertySetViaObjectsYaml string

Méthodes publiques

Méthode 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 méthode

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 méthode

getProtectedArrayPropertyWithSetterSetViaObjectsYaml() public méthode

getProtectedBooleanFalsePropertySetViaObjectsYaml() public méthode

getProtectedBooleanTruePropertySetViaObjectsYaml() public méthode

getProtectedFloatPropertySetViaObjectsYaml() public méthode

getProtectedStringPropertySetViaObjectsYaml() public méthode

setProtectedArrayPropertyWithSetterSetViaObjectsYaml() public méthode

public setProtectedArrayPropertyWithSetterSetViaObjectsYaml ( array $protectedArrayPropertyWithSetterSetViaObjectsYaml )
$protectedArrayPropertyWithSetterSetViaObjectsYaml array

Property Details

$interfaceAImplementation public_oe property

public InterfaceA $interfaceAImplementation
Résultat InterfaceA

$protectedArrayPropertySetViaObjectsYaml protected_oe property

protected array $protectedArrayPropertySetViaObjectsYaml
Résultat array

$protectedArrayPropertyWithSetterSetViaObjectsYaml protected_oe property

protected array $protectedArrayPropertyWithSetterSetViaObjectsYaml
Résultat array

$protectedBooleanFalsePropertySetViaObjectsYaml protected_oe property

protected bool $protectedBooleanFalsePropertySetViaObjectsYaml
Résultat boolean

$protectedBooleanTruePropertySetViaObjectsYaml protected_oe property

protected bool $protectedBooleanTruePropertySetViaObjectsYaml
Résultat boolean

$protectedFloatPropertySetViaObjectsYaml protected_oe property

protected float $protectedFloatPropertySetViaObjectsYaml
Résultat float

$protectedStringPropertySetViaObjectsYaml protected_oe property

protected string $protectedStringPropertySetViaObjectsYaml
Résultat string

$requiredArgument public_oe property

public string $requiredArgument
Résultat string

$settingsArgument public_oe property

public string $settingsArgument
Résultat string