PHP Class Phpro\SoapClient\CodeGenerator\Context\TypeContext

Inheritance: implements ContextInterface
Mostrar archivo Open project: phpro/soap-client Class Usage Examples

Public Methods

Method Description
__construct ( ClassGenerator $class, Type $type ) PropertyContext constructor.
getClass ( ) : ClassGenerator
getType ( ) : Type

Method Details

__construct() public method

PropertyContext constructor.
public __construct ( ClassGenerator $class, Type $type )
$class Zend\Code\Generator\ClassGenerator
$type Phpro\SoapClient\CodeGenerator\Model\Type

getClass() public method

public getClass ( ) : ClassGenerator
return Zend\Code\Generator\ClassGenerator

getType() public method

public getType ( ) : Type
return Phpro\SoapClient\CodeGenerator\Model\Type