mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-05-24 02:08:40 +00:00
Add interface function setRoot
This commit is contained in:
parent
1a9af7179c
commit
05cafa68d1
|
|
@ -117,6 +117,17 @@ interface UriInterface
|
||||||
*/
|
*/
|
||||||
public function getRootPath() : string;
|
public function getRootPath() : string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set root path.
|
||||||
|
*
|
||||||
|
* @param string $uri Uri
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
public function setRootPath(string $root) /* : void */;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get path element.
|
* Get path element.
|
||||||
*
|
*
|
||||||
|
|
@ -202,5 +213,5 @@ interface UriInterface
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function set(string $uri);
|
public function set(string $uri) /* : void */;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user