PHP Class Inpsyde\MultilingualPress\Common\Type\EscapedURL

Since: 3.0.0
Inheritance: implements Inpsyde\MultilingualPress\Common\Type\URL
Datei anzeigen Open project: inpsyde/multilingual-press

Public Methods

Method Description
__construct ( mixed $url ) Constructor. Sets up the properties.
__toString ( ) : string Returns the URL string.

Method Details

__construct() public method

Constructor. Sets up the properties.
Since: 3.0.0
public __construct ( mixed $url )
$url mixed URL source.

__toString() public method

Returns the URL string.
Since: 3.0.0
public __toString ( ) : string
return string URL string.