Phpro\SoapClient\CodeGenerator\Model\Type::getPathname PHP Méthode

getPathname() public méthode

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