PDO4You\Pagination::setTotalOfRecords PHP 메소드

setTotalOfRecords() 개인적인 정적인 메소드

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);
    }