value = $db; } public function setDB( Database $db ) { $this->value = $db; } public function getDB(): Database { return $this->value; } }