parent
4e64c02078
commit
dda7311226
|
@ -53,35 +53,35 @@ class Url
|
||||||
protected $basePath;
|
protected $basePath;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The host of the Url
|
* The host of this Url
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $host;
|
protected $host;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The port auf the Url
|
* The port of this Url
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $port;
|
protected $port;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The scheme of the Url
|
* The scheme of this Url
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $scheme;
|
protected $scheme;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The username passed with the Url
|
* The username passed with this Url
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $username;
|
protected $username;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The password passed with the Url
|
* The password passed with this Url
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
|
@ -460,7 +460,7 @@ class Url
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the username passed with the url
|
* Set the username passed with this url
|
||||||
*
|
*
|
||||||
* @param string $username The username to set
|
* @param string $username The username to set
|
||||||
*
|
*
|
||||||
|
@ -473,7 +473,7 @@ class Url
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the username passed with the url
|
* Return the username passed with this url
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
|
@ -483,7 +483,7 @@ class Url
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the username passed with the url
|
* Set the username passed with this url
|
||||||
*
|
*
|
||||||
* @param string $password The password to set
|
* @param string $password The password to set
|
||||||
*
|
*
|
||||||
|
@ -496,7 +496,7 @@ class Url
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the password passed with the url
|
* Return the password passed with this url
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue