PATH:
home
/
lab2454c
/
foreclass.com
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
guzzle
/
guzzle
/
src
/
Guzzle
/
Common
<?php namespace Guzzle\Common; /** * An object that can be represented as an array */ interface ToArrayInterface { /** * Get the array representation of an object * * @return array */ public function toArray(); }
[-] composer.json
[edit]
[-] FromConfigInterface.php
[edit]
[-] ToArrayInterface.php
[edit]
[+]
..
[+]
Exception
[-] Version.php
[edit]
[-] Event.php
[edit]
[-] HasDispatcherInterface.php
[edit]
[-] AbstractHasDispatcher.php
[edit]
[-] Collection.php
[edit]