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);
    }