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

getPathname() public method

public getPathname ( $destination ) : string
$destination
return string
    public function getPathname($destination)
    {
        return rtrim($destination, '/\\') . DIRECTORY_SEPARATOR . $this->getName() . '.php';
    }