PHP Trait gossi\codegen\model\parts\QualifiedNamePart

For all models that have a name and namespace
Author: Thomas Gossmann
Inheritance: use trait NamePart
Afficher le fichier Open project: gossi/php-code-generator

Méthodes publiques

Méthode Description
getNamespace ( ) : string Returns the namespace
getQualifiedName ( ) : string Returns the qualified name
setNamespace ( string $namespace ) Sets the namespace
setQualifiedName ( string $name ) In contrast to setName(), this method accepts the fully qualified name including the namespace.

Method Details

getNamespace() public méthode

Returns the namespace
public getNamespace ( ) : string
Résultat string

getQualifiedName() public méthode

Returns the qualified name
public getQualifiedName ( ) : string
Résultat string

setNamespace() public méthode

Sets the namespace
public setNamespace ( string $namespace )
$namespace string

setQualifiedName() public méthode

In contrast to setName(), this method accepts the fully qualified name including the namespace.
public setQualifiedName ( string $name )
$name string