interface ToArrayInterface

An object that can be represented as an array

Hierarchy

Expanded class hierarchy of ToArrayInterface

All classes that implement ToArrayInterface

1 file declares its use of ToArrayInterface
Header.php in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Header.php

File

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

Namespace

Guzzle\Common
View source
interface ToArrayInterface {

  /**
   * Get the array representation of an object
   *
   * @return array
   */
  public function toArray();

}

Members

Namesort descending Modifiers Type Description Overrides
ToArrayInterface::toArray public function Get the array representation of an object 2