// Add Collection::getResults() method

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11645 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-12-22 17:08:13 +00:00
parent 53c1b80ec6
commit 0f9613cc65
+10
View File
@@ -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
*