mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Fix #23
This commit is contained in:
parent
7d2f8a3283
commit
feb4f348a3
|
|
@ -92,6 +92,24 @@ interface UriInterface
|
|||
*/
|
||||
public function getPath() : string;
|
||||
|
||||
/**
|
||||
* Get user.
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getUser() : string;
|
||||
|
||||
/**
|
||||
* Get password.
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getPass() : string;
|
||||
|
||||
/**
|
||||
* Get root path.
|
||||
*
|
||||
|
|
@ -132,6 +150,15 @@ interface UriInterface
|
|||
*/
|
||||
public function getQuery(string $key = null) : string;
|
||||
|
||||
/**
|
||||
* Get query array.
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getQueryArray() : array;
|
||||
|
||||
/**
|
||||
* Get fragment.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user