[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/guzzlehttp/guzzle/src/ -> ToArrayInterface.php (source)

   1  <?php
   2  namespace GuzzleHttp;
   3  
   4  /**
   5   * An object that can be represented as an array
   6   */
   7  interface ToArrayInterface
   8  {
   9      /**
  10       * Get the array representation of an object
  11       *
  12       * @return array
  13       */
  14      public function toArray();
  15  }


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1