Items AS $item) $price += $item->price; return $price; } public function getNumber() { return str_repeat('0', 6-strlen($this->id)).$this->id; } }