Horde_Imap_Client_Url_Base::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $url = null )
$url string A URL string.
    public function __construct($url = null)
    {
        if (!is_null($url)) {
            $this->_parse($url);
        }
    }