?iť?

Your IP : 18.189.195.229


Current Path : /home/scgforma/www/cloud/3rdparty/guzzlehttp/guzzle/src/
Upload File :
Current File : /home/scgforma/www/cloud/3rdparty/guzzlehttp/guzzle/src/ToArrayInterface.php

<?php
namespace GuzzleHttp;

/**
 * An object that can be represented as an array
 */
interface ToArrayInterface
{
    /**
     * Get the array representation of an object
     *
     * @return array
     */
    public function toArray();
}