PHP 클래스 FluidTYPO3\Flux\Tests\Unit\Form\AbstractFormTest

상속: extends FluidTYPO3\Flux\Tests\Unit\AbstractTestCase
파일 보기 프로젝트 열기: fluidtypo3/flux

보호된 프로퍼티들

프로퍼티 타입 설명
$chainProperties array

공개 메소드들

메소드 설명
canBuildConfiguration ( )
canCallAllGetterCounterpartsForChainableSetters ( )
canChainAllChainableSetters ( array $chainPropertiesAndValues = NULL ) : FluidTYPO3\Flux\Form\FieldInterface
canCreateFromDefinition ( )
canGenerateLocalisableLabel ( )
canGenerateRawLabelWhenLanguageLabelsDisabled ( )
canGetAndSetExtensionName ( )
canGetAndSetSingleVariable ( )
canGetAndSetVariables ( )
canGetLabel ( )
canModifyProperties ( )
canModifyVariablesSelectively ( )
canUseShorthandLanguageLabel ( )
returnsNameInsteadOfEmptyLabelWhenFormsExtensionKeyAndLabelAreBothEmpty ( )

보호된 메소드들

메소드 설명
createInstance ( ) : FluidTYPO3\Flux\Form\FormInterface
getObjectClassName ( ) : string
performTestBuild ( FluidTYPO3\Flux\Form\FormInterface $instance ) : array

메소드 상세

canBuildConfiguration() 공개 메소드

canCallAllGetterCounterpartsForChainableSetters() 공개 메소드

canChainAllChainableSetters() 공개 메소드

public canChainAllChainableSetters ( array $chainPropertiesAndValues = NULL ) : FluidTYPO3\Flux\Form\FieldInterface
$chainPropertiesAndValues array
리턴 FluidTYPO3\Flux\Form\FieldInterface

canCreateFromDefinition() 공개 메소드

canGenerateLocalisableLabel() 공개 메소드

canGenerateRawLabelWhenLanguageLabelsDisabled() 공개 메소드

canGetAndSetExtensionName() 공개 메소드

canGetAndSetSingleVariable() 공개 메소드

canGetAndSetVariables() 공개 메소드

canGetLabel() 공개 메소드

public canGetLabel ( )

canModifyProperties() 공개 메소드

public canModifyProperties ( )

canModifyVariablesSelectively() 공개 메소드

canUseShorthandLanguageLabel() 공개 메소드

createInstance() 보호된 메소드

protected createInstance ( ) : FluidTYPO3\Flux\Form\FormInterface
리턴 FluidTYPO3\Flux\Form\FormInterface

getObjectClassName() 보호된 메소드

protected getObjectClassName ( ) : string
리턴 string

performTestBuild() 보호된 메소드

protected performTestBuild ( FluidTYPO3\Flux\Form\FormInterface $instance ) : array
$instance FluidTYPO3\Flux\Form\FormInterface
리턴 array

returnsNameInsteadOfEmptyLabelWhenFormsExtensionKeyAndLabelAreBothEmpty() 공개 메소드

프로퍼티 상세

$chainProperties 보호되어 있는 프로퍼티

protected array $chainProperties
리턴 array