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

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

공개 프로퍼티들

프로퍼티 타입 설명
$interfaceAImplementation InterfaceA
$requiredArgument string
$settingsArgument string

보호된 프로퍼티들

프로퍼티 타입 설명
$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() 공개 메소드

getProtectedArrayPropertyWithSetterSetViaObjectsYaml() 공개 메소드

getProtectedBooleanFalsePropertySetViaObjectsYaml() 공개 메소드

getProtectedBooleanTruePropertySetViaObjectsYaml() 공개 메소드

getProtectedFloatPropertySetViaObjectsYaml() 공개 메소드

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