Phpro\SoapClient\CodeGenerator\Model\Type::getFullName PHP Method

getFullName() public method

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