WpProQuiz_Model_StatisticRefMapper::fetchSelectedCount( array $args = array() )

Fetch records count from statistics table with limit and offset.


Description Description


Parameters Parameters

$args

(Optional) Optional: Array of arguments to fetch data.

  • 'limit'
    (int) Limit for the records to fetch.
  • 'offset'
    (int) Offset for record fetch.

Default value: array()


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/lib/wp-pro-quiz/lib/model/WpProQuiz_Model_StatisticRefMapper.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.