Phpro\SoapClient\CodeGenerator\Model\Type::getFullName PHP 메소드

getFullName() 공개 메소드

public getFullName ( ) : string
리턴 string
    public function getFullName()
    {
        $fqnName = sprintf('%s\\%s', $this->getNamespace(), $this->getName());
        return Normalizer::normalizeNamespace($fqnName);
    }