PHP 클래스 WsdlToPhp\PackageGenerator\Parser\SoapClient\Structs

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

공개 메소드들

메소드 설명
parse ( ) Parses the SoapClient types

보호된 메소드들

메소드 설명
cleanType ( string $type ) : string Remove useless break line, tabs Remove curly braces Remove brackets Adds space before semicolon to parse it Remove duplicated spaces
parseComplexStruct ( array $typeDef )
parseType ( string $type )

비공개 메소드들

메소드 설명
isStructDefined ( string $type ) : boolean
structHasBeenDefined ( string $type ) : Structs
typeSignature ( string $type ) : string

메소드 상세

cleanType() 보호된 정적인 메소드

Remove useless break line, tabs Remove curly braces Remove brackets Adds space before semicolon to parse it Remove duplicated spaces
protected static cleanType ( string $type ) : string
$type string
리턴 string

parse() 공개 메소드

Parses the SoapClient types
또한 보기: WsdlToPhp\PackageGenerator\Parser\ParserInterface::parse()
public parse ( )

parseComplexStruct() 보호된 메소드

protected parseComplexStruct ( array $typeDef )
$typeDef array

parseType() 보호된 메소드

protected parseType ( string $type )
$type string