ViewHelper Documentation
count
This ViewHelper counts elements of the specified array or countable object.
= Examples =
<f:count subject="{0:1, 1:2, 2:3, 3:4}" />
{objects -> f:count()}
Arguments
subject anySimpleType, required
Countable subject, array or \Countable