GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
Namespaces | Variables
deprecated/table-body.php File Reference

Go to the source code of this file.

Namespaces

 GravityView
 GPL2+
 

Variables

 $alt = empty( $alt ) ? 'alt' : ''
 
 $class = apply_filters( 'gravityview_entry_class', $alt, $entry, $this )
 
if(0===$this->getTotalEntries()) else
 
 endforeach
 

Variable Documentation

◆ $alt

$alt = empty( $alt ) ? 'alt' : ''

◆ $class

$class = apply_filters( 'gravityview_entry_class', $alt, $entry, $this )
Runs Filter:
gravityview_entry_class Modify the class applied to the entry row
Parameters
string$altExisting class. Default: if odd row, alt, otherwise empty string.
array$entryCurrent entry being displayed
\GravityView_View$thisCurrent GravityView_View object

Definition at line 48 of file deprecated/table-body.php.

◆ else

if (0===$this->getTotalEntries()) else
Initial value:
{
foreach( $this->getEntries() as $entry ) :
$this->setCurrentEntry( $entry )
$entry
Definition: notes.php:27

Definition at line 33 of file deprecated/table-body.php.

◆ endforeach

endforeach

Definition at line 75 of file deprecated/table-body.php.