Skip to content
Snippets Groups Projects
Commit 0d7c36c9 authored by Thomas Müller's avatar Thomas Müller
Browse files

adding PHPDoc comment

parent 3e4d56d7
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,9 @@ namespace OCP;
interface ApacheBackend {
/**
* @return Returns whether Apache reports a user is currently logged in.
* In case the user has been authorized by Apache true is returned.
*
* @return boolean whether Apache reports a user is currently logged in.
*/
public function isSessionActive();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment