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