PDO4You\Pagination::setTotalOfRecords PHP Method

setTotalOfRecords() private static method

Sets the total number of records
private static setTotalOfRecords ( array $records )
$records array Records of the query
    private static function setTotalOfRecords($records)
    {
        self::$total_records = count($records);
    }