DirectorObjectForm: allow access to our db

This commit is contained in:
Thomas Gelf 2015-07-28 11:40:45 +02:00
parent d2d7565887
commit 03ffbb1de6

View File

@ -271,6 +271,11 @@ abstract class DirectorObjectForm extends QuickForm
)); ));
} }
public function getDb()
{
return $this->db;
}
public function setDb($db) public function setDb($db)
{ {
$this->db = $db; $this->db = $db;