PHP 클래스 Phpro\SoapClient\CodeGenerator\Model\Property

파일 보기 프로젝트 열기: phpro/soap-client 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $name, string $type ) Property constructor.
getName ( ) : string
getType ( ) : string
getterName ( ) : string
setterName ( ) : string

메소드 상세

__construct() 공개 메소드

Property constructor.
public __construct ( string $name, string $type )
$name string
$type string

getName() 공개 메소드

public getName ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

getterName() 공개 메소드

public getterName ( ) : string
리턴 string

setterName() 공개 메소드

public setterName ( ) : string
리턴 string