quotaLevel; } /** * returns the maxUserQuota * * @return integer */ public function getMaxUserQuota() { return $this->maxUserQuota; } /** * return the maxQuota * * @return integer */ public function getMaxQuota() { return $this->maxQuota; } }