Inpsyde\MultilingualPress\Asset\AssetLocation::url PHP Method

url() public method

Returns the public URL for the directory containing the file.
Since: 3.0.0
public url ( ) : string
return string The public URL for the directory containing the file.
    public function url()
    {
        return $this->url;
    }