docu update

This commit is contained in:
Ralf Becker 2020-05-04 08:56:32 +02:00
parent c79e58fe69
commit cdf5d939e9

View File

@ -52,6 +52,11 @@ class Egw extends Egw\Base
*/ */
var $accounts; var $accounts;
/**
* @var Session
*/
public $session;
/** /**
* Constructor: Instantiates the sub-classes * Constructor: Instantiates the sub-classes
* *