Omeka_View_Helper_HasLoopRecords

class Omeka_View_Helper_HasLoopRecords

Package: View\Helper

hasLoopRecords(string $recordsVar)

Check if records have been set to the view for iteration.

Note that this method will return false if the records variable is setbut is an empty array, unlike Omeka_View_Helper_GetLoopRecords::getLoopRecords(),which will return the empty array.

Parameters:
  • $recordsVar (string) –
Returns:

bool