This commit is contained in:
Etienne Roudeix
2013-11-06 10:28:29 +01:00
parent 488ee3e8f4
commit b9babff070
2 changed files with 4 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ namespace Thelia\Core\Template\Element;
interface ArraySearchLoopInterface
{
/**
* this method returns an array
*
* @return array
*/
public function buildArray();

View File

@@ -30,6 +30,8 @@ namespace Thelia\Core\Template\Element;
interface PropelSearchLoopInterface
{
/**
* this method returns a Propel ModelCriteria
*
* @return \Propel\Runtime\ActiveQuery\ModelCriteria
*/
public function buildModelCriteria();