PHP Class Phpro\SoapClient\CodeGenerator\Model\Property

Show file Open project: phpro/soap-client Class Usage Examples

Public Methods

Method Description
__construct ( string $name, string $type ) Property constructor.
getName ( ) : string
getType ( ) : string
getterName ( ) : string
setterName ( ) : string

Method Details

__construct() public method

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

getName() public method

public getName ( ) : string
return string

getType() public method

public getType ( ) : string
return string

getterName() public method

public getterName ( ) : string
return string

setterName() public method

public setterName ( ) : string
return string