PATH:
home
/
letacommog
/
laindinois
/
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(); }
[+]
..
[-] Version.php
[edit]
[-] ToArrayInterface.php
[edit]
[-] FromConfigInterface.php
[edit]
[-] composer.json
[edit]
[+]
Exception
[-] Collection.php
[edit]
[-] Event.php
[edit]
[-] HasDispatcherInterface.php
[edit]
[-] AbstractHasDispatcher.php
[edit]