adding PHPDoc comment
This commit is contained in:
parent
3e4d56d7bb
commit
0d7c36c9f1
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue