mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-03-07 08:28:41 +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;
|
||||
|
||||
/**
|
||||
* Set root path.
|
||||
*
|
||||
* @param string $uri Uri
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function setRootPath(string $root) /* : void */;
|
||||
|
||||
/**
|
||||
* Get path element.
|
||||
*
|
||||
|
|
@ -202,5 +213,5 @@ interface UriInterface
|
|||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function set(string $uri);
|
||||
public function set(string $uri) /* : void */;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user