PHP 클래스 WsdlToPhp\PackageGenerator\File\Utils

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

공개 메소드들

메소드 설명
defineModelAnnotationsFromWsdl ( WsdlToPhp\PhpGenerator\Element\PhpAnnotationBlock $block, AbstractModel $model, array $ignoreMeta = [] ) : AbstractModelFile
getMetaValueAnnotation ( string $metaName, mixed $metaValue ) : string | null
getValidMetaValues ( AbstractModel $model, array $ignoreMeta = [] ) : string[]

메소드 상세

defineModelAnnotationsFromWsdl() 공개 정적인 메소드

public static defineModelAnnotationsFromWsdl ( WsdlToPhp\PhpGenerator\Element\PhpAnnotationBlock $block, AbstractModel $model, array $ignoreMeta = [] ) : AbstractModelFile
$block WsdlToPhp\PhpGenerator\Element\PhpAnnotationBlock
$model WsdlToPhp\PackageGenerator\Model\AbstractModel
$ignoreMeta array
리턴 AbstractModelFile

getMetaValueAnnotation() 공개 정적인 메소드

public static getMetaValueAnnotation ( string $metaName, mixed $metaValue ) : string | null
$metaName string
$metaValue mixed
리턴 string | null

getValidMetaValues() 공개 정적인 메소드

public static getValidMetaValues ( AbstractModel $model, array $ignoreMeta = [] ) : string[]
$model WsdlToPhp\PackageGenerator\Model\AbstractModel
$ignoreMeta array
리턴 string[]