Skip to content

Commit 39c9eb3

Browse files
committed
Added docblock
1 parent e5514cd commit 39c9eb3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/OpCacheGUI/Network/Request.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ public function post($name)
105105
return $this->postVariables[$name];
106106
}
107107

108+
/**
109+
* Gets the current URL
110+
*
111+
* @return string The current URL
112+
*/
108113
public function getUrl()
109114
{
110115
$scheme = 'http';

0 commit comments

Comments
 (0)