public function JobItemCart::emptyCart

Remove all contents from the cart.

File

src/JobItemCart.php, line 134

Class

JobItemCart
Represents a job item cart.

Namespace

Drupal\tmgmt

Code

public function emptyCart() {
  $this->cart = array();
}