public function Collection::offsetUnset

ArrayAccess implementation of offsetUnset()

Parameters

string $offset Array key:

File

drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php, line 301

Class

Collection
Key value pair collection object

Namespace

Guzzle\Common

Code

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