PHP 클래스 Nelmio\Alice\Throwable\Error\TypeErrorFactory

파일 보기 프로젝트 열기: nelmio/alice 1 사용 예제들

공개 메소드들

메소드 설명
createForDynamicArrayElement ( $element ) : TypeError
createForDynamicArrayQuantifier ( $quantifier ) : TypeError
createForInvalidChainableParameterResolver ( $resolver ) : TypeError
createForInvalidDenormalizerType ( integer $index, $denormalizer ) : TypeError
createForInvalidFixtureBagParameters ( $fixturesParameters ) : TypeError
createForInvalidFixtureFileReturnedData ( string $file ) : TypeError
createForInvalidIncludeStatementInData ( $include, string $file ) : TypeError
createForInvalidIncludedFilesInData ( $includeFile, string $file ) : TypeError
createForInvalidParameterKey ( $parameterKey ) : TypeError
createForInvalidSpecificationBagMethodCall ( $methodCall ) : TypeError
createForInvalidSpecificationBagMethodCallName ( $unparsedMethod ) : TypeError
createForObjectArgument ( $instance ) : TypeError
createForOptionalValueFirstMember ( $firstMember ) : TypeError
createForOptionalValueQuantifier ( $quantifier ) : TypeError
createForOptionalValueSecondMember ( $secondMember ) : TypeError

메소드 상세

createForDynamicArrayElement() 공개 정적인 메소드

public static createForDynamicArrayElement ( $element ) : TypeError
리턴 TypeError

createForDynamicArrayQuantifier() 공개 정적인 메소드

public static createForDynamicArrayQuantifier ( $quantifier ) : TypeError
리턴 TypeError

createForInvalidChainableParameterResolver() 공개 정적인 메소드

public static createForInvalidChainableParameterResolver ( $resolver ) : TypeError
리턴 TypeError

createForInvalidDenormalizerType() 공개 정적인 메소드

public static createForInvalidDenormalizerType ( integer $index, $denormalizer ) : TypeError
$index integer
리턴 TypeError

createForInvalidFixtureBagParameters() 공개 정적인 메소드

public static createForInvalidFixtureBagParameters ( $fixturesParameters ) : TypeError
리턴 TypeError

createForInvalidFixtureFileReturnedData() 공개 정적인 메소드

public static createForInvalidFixtureFileReturnedData ( string $file ) : TypeError
$file string
리턴 TypeError

createForInvalidIncludeStatementInData() 공개 정적인 메소드

public static createForInvalidIncludeStatementInData ( $include, string $file ) : TypeError
$file string
리턴 TypeError

createForInvalidIncludedFilesInData() 공개 정적인 메소드

public static createForInvalidIncludedFilesInData ( $includeFile, string $file ) : TypeError
$file string
리턴 TypeError

createForInvalidParameterKey() 공개 정적인 메소드

public static createForInvalidParameterKey ( $parameterKey ) : TypeError
리턴 TypeError

createForInvalidSpecificationBagMethodCall() 공개 정적인 메소드

public static createForInvalidSpecificationBagMethodCall ( $methodCall ) : TypeError
리턴 TypeError

createForInvalidSpecificationBagMethodCallName() 공개 정적인 메소드

public static createForInvalidSpecificationBagMethodCallName ( $unparsedMethod ) : TypeError
리턴 TypeError

createForObjectArgument() 공개 정적인 메소드

public static createForObjectArgument ( $instance ) : TypeError
리턴 TypeError

createForOptionalValueFirstMember() 공개 정적인 메소드

public static createForOptionalValueFirstMember ( $firstMember ) : TypeError
리턴 TypeError

createForOptionalValueQuantifier() 공개 정적인 메소드

public static createForOptionalValueQuantifier ( $quantifier ) : TypeError
리턴 TypeError

createForOptionalValueSecondMember() 공개 정적인 메소드

public static createForOptionalValueSecondMember ( $secondMember ) : TypeError
리턴 TypeError