PHP Class Phpro\SoapClient\CodeGenerator\Context\TypeContext

Inheritance: implements ContextInterface
Afficher le fichier Open project: phpro/soap-client Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

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

getClass() public méthode

public getClass ( ) : ClassGenerator
Résultat Zend\Code\Generator\ClassGenerator

getType() public méthode

public getType ( ) : Type
Résultat Phpro\SoapClient\CodeGenerator\Model\Type