public function TMGMTJobItemUICart::emptyCart in Translation Management Tool 7
Remove all contents from the cart.
File
- ui/includes/ tmgmt_ui.cart.inc, line 153 
- Contains TMGMTJobItemUICart.
Class
- TMGMTJobItemUICart
- Represents a job item cart.
Code
public function emptyCart() {
  $this->cart = array();
}