Inpsyde\MultilingualPress\Common\Type\EscapedURL::__toString PHP Method

__toString() public method

Returns the URL string.
Since: 3.0.0
public __toString ( ) : string
return string URL string.
    public function __toString()
    {
        return $this->url;
    }