Your IP : 3.12.123.189


Current Path : /home/sudancam/public_html3/games/wp-content/plugins/wp-rss-aggregator/src/Data/
Upload File :
Current File : /home/sudancam/public_html3/games/wp-content/plugins/wp-rss-aggregator/src/Data/DataSetInterface.php

<?php

namespace RebelCode\Wpra\Core\Data;

use ArrayAccess;
use Iterator;

/**
 * Interface for a set of data.
 *
 * @since 4.13
 */
interface DataSetInterface extends ArrayAccess, Iterator
{
}