PHP 트레잇 gossi\codegen\model\parts\QualifiedNamePart

For all models that have a name and namespace
저자: Thomas Gossmann
상속: use trait NamePart
파일 보기 프로젝트 열기: gossi/php-code-generator

공개 메소드들

메소드 설명
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.

메소드 상세

getNamespace() 공개 메소드

Returns the namespace
public getNamespace ( ) : string
리턴 string

getQualifiedName() 공개 메소드

Returns the qualified name
public getQualifiedName ( ) : string
리턴 string

setNamespace() 공개 메소드

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

setQualifiedName() 공개 메소드

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