account; } /** * @param AccountModel $account */ public function setAccount($account) { $this->account = $account; } /** * @return float */ public function getLeft() { return $this->left; } /** * @param float $left */ public function setLeft($left) { $this->left = $left; } /** * @return float */ public function getSpent() { return $this->spent; } /** * @param float $spent */ public function setSpent($spent) { $this->spent = $spent; } }