PHP Класс Neos\Flow\Tests\Functional\ObjectManagement\Fixtures\SingletonClassC

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$interfaceAImplementation InterfaceA
$requiredArgument string
$settingsArgument string

Защищенные свойства (Protected)

Свойство Тип Описание
$protectedArrayPropertySetViaObjectsYaml array
$protectedArrayPropertyWithSetterSetViaObjectsYaml array
$protectedBooleanFalsePropertySetViaObjectsYaml boolean
$protectedBooleanTruePropertySetViaObjectsYaml boolean
$protectedFloatPropertySetViaObjectsYaml float
$protectedStringPropertySetViaObjectsYaml string

Открытые методы

Метод Описание
__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 )

Описание методов

__construct() публичный Метод

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 getProtectedArrayPropertySetViaObjectsYaml ( ) : array
Результат array

getProtectedArrayPropertyWithSetterSetViaObjectsYaml() публичный Метод

getProtectedBooleanFalsePropertySetViaObjectsYaml() публичный Метод

getProtectedBooleanTruePropertySetViaObjectsYaml() публичный Метод

getProtectedFloatPropertySetViaObjectsYaml() публичный Метод

public getProtectedFloatPropertySetViaObjectsYaml ( ) : float
Результат float

getProtectedStringPropertySetViaObjectsYaml() публичный Метод

setProtectedArrayPropertyWithSetterSetViaObjectsYaml() публичный Метод

public setProtectedArrayPropertyWithSetterSetViaObjectsYaml ( array $protectedArrayPropertyWithSetterSetViaObjectsYaml )
$protectedArrayPropertyWithSetterSetViaObjectsYaml array

Описание свойств

$interfaceAImplementation публичное свойство

public InterfaceA $interfaceAImplementation
Результат InterfaceA

$protectedArrayPropertySetViaObjectsYaml защищенное свойство

protected array $protectedArrayPropertySetViaObjectsYaml
Результат array

$protectedArrayPropertyWithSetterSetViaObjectsYaml защищенное свойство

protected array $protectedArrayPropertyWithSetterSetViaObjectsYaml
Результат array

$protectedBooleanFalsePropertySetViaObjectsYaml защищенное свойство

protected bool $protectedBooleanFalsePropertySetViaObjectsYaml
Результат boolean

$protectedBooleanTruePropertySetViaObjectsYaml защищенное свойство

protected bool $protectedBooleanTruePropertySetViaObjectsYaml
Результат boolean

$protectedFloatPropertySetViaObjectsYaml защищенное свойство

protected float $protectedFloatPropertySetViaObjectsYaml
Результат float

$protectedStringPropertySetViaObjectsYaml защищенное свойство

protected string $protectedStringPropertySetViaObjectsYaml
Результат string

$requiredArgument публичное свойство

public string $requiredArgument
Результат string

$settingsArgument публичное свойство

public string $settingsArgument
Результат string