DIR:/home/cloudtechtree.com/www/wp-content/plugins/wp-rss-aggregator/src/Data/ |
Current File : /home/cloudtechtree.com/www/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 { } |