mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 13:28:39 +00:00
Fix #23
This commit is contained in:
parent
7d2f8a3283
commit
feb4f348a3
|
|
@ -92,6 +92,24 @@ interface UriInterface
|
||||||
*/
|
*/
|
||||||
public function getPath() : string;
|
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.
|
* Get root path.
|
||||||
*
|
*
|
||||||
|
|
@ -132,6 +150,15 @@ interface UriInterface
|
||||||
*/
|
*/
|
||||||
public function getQuery(string $key = null) : string;
|
public function getQuery(string $key = null) : string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get query array.
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
public function getQueryArray() : array;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get fragment.
|
* Get fragment.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user