You are here

public function Braintree_Collection::offsetUnset in Commerce Braintree 7

Unset offset Implements ArrayAccess

Parameters

integer $offset:

See also

remove

File

braintree_php/lib/Braintree/Collection.php, line 130

Class

Braintree_Collection
Generic Collection class

Code

public function offsetUnset($offset) {
  $this
    ->remove($offset);
}