comment
This commit is contained in:
@@ -30,6 +30,8 @@ namespace Thelia\Core\Template\Element;
|
|||||||
interface ArraySearchLoopInterface
|
interface ArraySearchLoopInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
* this method returns an array
|
||||||
|
*
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function buildArray();
|
public function buildArray();
|
||||||
|
|||||||
@@ -30,6 +30,8 @@ namespace Thelia\Core\Template\Element;
|
|||||||
interface PropelSearchLoopInterface
|
interface PropelSearchLoopInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
* this method returns a Propel ModelCriteria
|
||||||
|
*
|
||||||
* @return \Propel\Runtime\ActiveQuery\ModelCriteria
|
* @return \Propel\Runtime\ActiveQuery\ModelCriteria
|
||||||
*/
|
*/
|
||||||
public function buildModelCriteria();
|
public function buildModelCriteria();
|
||||||
|
|||||||
Reference in New Issue
Block a user