first commit
This commit is contained in:
15
modules/ps_eventbus/vendor/guzzlehttp/guzzle/src/ToArrayInterface.php
vendored
Normal file
15
modules/ps_eventbus/vendor/guzzlehttp/guzzle/src/ToArrayInterface.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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();
|
||||
}
|
||||
Reference in New Issue
Block a user