__clone ()

Create a clone of the object.

Access

public

Returns

Type

Description

CFCredential

A clone of the current instance.

Source

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

public function __clone()
{
    $this->collection = clone $this->collection;
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback