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 string, required
The array or \Countable to be counted