| Current Path : /var/www/www.indacotrentino.com/www/vendor/ezimuel/ringphp/src/Future/ |
| Current File : //var/www/www.indacotrentino.com/www/vendor/ezimuel/ringphp/src/Future/FutureArrayInterface.php |
<?php
namespace GuzzleHttp\Ring\Future;
/**
* Future that provides array-like access.
*/
interface FutureArrayInterface extends
FutureInterface,
\ArrayAccess,
\Countable,
\IteratorAggregate {};