Gets count of items in the cart.
int Number of items in the cart.
public function count() { return count($this->cart); }