PHP 인터페이스 Phpro\SoapClient\Soap\TypeConverter\TypeConverterInterface

A type converter converts between SOAP and PHP types
파일 보기 프로젝트 열기: phpro/soap-client 0 사용 예제들

공개 메소드들

메소드 설명
convertPhpToXml ( mixed $php ) : string Convert PHP type to XML string.
convertXmlToPhp ( string $xml ) : mixed Convert given XML string to PHP type.
getTypeName ( ) : string Get type name.
getTypeNamespace ( ) : string Get type namespace.

메소드 상세

convertPhpToXml() 공개 메소드

Convert PHP type to XML string.
public convertPhpToXml ( mixed $php ) : string
$php mixed PHP type
리턴 string

convertXmlToPhp() 공개 메소드

Convert given XML string to PHP type.
public convertXmlToPhp ( string $xml ) : mixed
$xml string XML string
리턴 mixed

getTypeName() 공개 메소드

Get type name.
public getTypeName ( ) : string
리턴 string

getTypeNamespace() 공개 메소드

Get type namespace.
public getTypeNamespace ( ) : string
리턴 string