name; } /** * @param mixed $name */ public function setName($name) { $this->name = $name; } /** * @return mixed */ public function getId() { return $this->id; } /** * @param mixed $id */ public function setId($id) { $this->id = $id; } /** * @return float|int */ public function getMbMailQuote() { $quete = $this->getDataResourceA('zimbraMailQuota'); return $quete / 1024 /1024; } /** * @return float|int */ public function getMailQuote() { $quete = $this->getDataResourceA('zimbraMailQuota'); return $quete / 1024 /1024; } }