PHP Class Phpro\SoapClient\CodeGenerator\Context\PropertyContext

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, Property $property ) PropertyContext constructor.
getClass ( ) : ClassGenerator
getProperty ( ) : Property
getType ( ) : Type

Method Details

__construct() public méthode

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

getClass() public méthode

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

getProperty() public méthode

public getProperty ( ) : Property
Résultat Phpro\SoapClient\CodeGenerator\Model\Property

getType() public méthode

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