PHP 클래스 WsdlToPhp\PackageGenerator\File\Validation\ItemTypeRule

상속: extends AbstractRule
파일 보기 프로젝트 열기: wsdltophp/packagegenerator

공개 메소드들

메소드 설명
applyRule ( string $parameterName, mixed $value, boolean $itemType = false ) : ItemTypeRule

보호된 메소드들

메소드 설명
getItemSanityCheck ( StructAttribute $attribute, string $itemName ) : string The second case which used PHP native functions is volontary limited by the native functions provided by PHP, and the possible types defined in xsd_types.yml

메소드 상세

applyRule() 공개 메소드

또한 보기: WsdlToPhp\PackageGenerator\File\Validation\AbstractValidation::addRule()
public applyRule ( string $parameterName, mixed $value, boolean $itemType = false ) : ItemTypeRule
$parameterName string
$value mixed
$itemType boolean
리턴 ItemTypeRule

getItemSanityCheck() 보호된 메소드

The second case which used PHP native functions is volontary limited by the native functions provided by PHP, and the possible types defined in xsd_types.yml
protected getItemSanityCheck ( StructAttribute $attribute, string $itemName ) : string
$attribute WsdlToPhp\PackageGenerator\Model\StructAttribute
$itemName string
리턴 string