comment
This commit is contained in:
@@ -30,6 +30,8 @@ namespace Thelia\Core\Template\Element;
|
||||
interface ArraySearchLoopInterface
|
||||
{
|
||||
/**
|
||||
* this method returns an array
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function buildArray();
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user