Backend\Core\Engine\TemplateModifiers::count PHP Method

count() public static method

Returns the count of the count of the array.
public static count ( array $data ) : integer
$data array
return integer
    public static function count(array $data)
    {
        return count($data);
    }