Update manager.php

This commit is contained in:
Markines16
2021-05-09 17:39:27 +02:00
committed by GitHub
parent 67279ed25b
commit b3362d8a86

View File

@@ -18,6 +18,13 @@
}
//Methods:
public static function getManager($id){
$bd = new Manager_DAO('complucine');
if($bd ) {
return $bd->GetManager($id);
}
return "";
}
//Getters && Setters:
public function setId($id){ $this->_id = $id; }