public function ToArrayInterface::toArray

Get the array representation of an object

Return value

array

2 methods override ToArrayInterface::toArray()
Collection::toArray in drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php
Get the array representation of an object
Header::toArray in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Header.php
Get all of the header values as a flat array

File

drupal/core/vendor/guzzle/common/Guzzle/Common/ToArrayInterface.php, line 15

Class

ToArrayInterface
An object that can be represented as an array

Namespace

Guzzle\Common

Code

public function toArray();