add class variable $user

This commit is contained in:
Uwe Steinmann 2025-02-03 10:23:22 +01:00
parent 07d9047b2e
commit eb64f09375

View File

@ -33,6 +33,11 @@ class SeedDMS_Calendar {
*/
protected $db;
/**
* Instanz of user
*/
protected $user;
public function __construct($db, $user) { /* {{{ */
$this->db = $db;
$this->user = $user;