offsetUnset ( $offset )

Unset the value for a specific offset.

Access

public

Parameters

Parameter

Type

Required

Description

$offset

integer

Required

The location in the collection to unset.

Returns

Type

Description

CFCredential

A reference to the current collection.

Source

Method defined in utilities/credential.class.php | Toggle source view (5 lines) | View on GitHub

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

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback