Phpro\SoapClient\CodeGenerator\Model\Type::getPathname PHP Метод

getPathname() публичный Метод

public getPathname ( $destination ) : string
$destination
Результат string
    public function getPathname($destination)
    {
        return rtrim($destination, '/\\') . DIRECTORY_SEPARATOR . $this->getName() . '.php';
    }