adding PHPDoc comment

This commit is contained in:
Thomas Müller 2013-10-02 01:13:02 +02:00
parent 3e4d56d7bb
commit 0d7c36c9f1
1 changed files with 3 additions and 1 deletions

View File

@ -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();