diff --git a/classes/Collection.php b/classes/Collection.php index 899eb0c34..7e64cc34c 100644 --- a/classes/Collection.php +++ b/classes/Collection.php @@ -231,6 +231,16 @@ class CollectionCore implements Iterator, ArrayAccess, Countable return $this; } + /** + * Get results array + * + * @return array + */ + public function getResults() + { + return $this->results; + } + /** * This method is called when a foreach begin *