File tree 4 files changed +19
-3
lines changed
4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ matrix:
18
18
- php : hhvm
19
19
fast_finish : true
20
20
21
+ notifications :
22
+ on_success : never
23
+ on_failure : always
24
+
21
25
git :
22
26
depth : 1
23
27
Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
5
5
6
6
## [ Unreleased]
7
7
### Added
8
- - Initial version!
9
8
### Changed
10
9
### Deprecated
11
10
### Removed
12
11
### Fixed
13
12
### Security
14
13
14
+ ## [ 0.1.0] - 2017-09-08
15
+ ### Added
16
+ - Initial version!
15
17
16
18
[ Unreleased ] : https://github.com/php-telegram-bot/inline-keyboard-pagination/compare/master...develop
Original file line number Diff line number Diff line change 1
- # Telegram Bot Inline Keyboard Pagination
1
+ # [ Telegram Bot Inline Keyboard Pagination] [ github-tgbot-ikp ]
2
2
3
3
[ ![ Scrutinizer Code Quality] [ code-quality-badge ]] [ code-quality ]
4
4
[ ![ Codecov] [ code-coverage-badge ]] [ code-coverage ]
5
5
[ ![ Build Status] [ build-status-badge ]] [ build-status ]
6
6
7
- [ ![ Latest Stable Version] [ latest-version-badge ]] [ github -tgbot-ikp]
7
+ [ ![ Latest Stable Version] [ latest-version-badge ]] [ packagist -tgbot-ikp]
8
8
[ ![ Total Downloads] [ total-downloads-badge ]] [ packagist-tgbot-ikp ]
9
9
[ ![ License] [ license-badge ]] [ license ]
10
10
Original file line number Diff line number Diff line change @@ -147,6 +147,8 @@ public function setSelectedPage(int $selected_page): InlineKeyboardPagination
147
147
}
148
148
149
149
/**
150
+ * Get the number of items shown per page.
151
+ *
150
152
* @return int
151
153
*/
152
154
public function getItemsPerPage (): int
@@ -155,6 +157,8 @@ public function getItemsPerPage(): int
155
157
}
156
158
157
159
/**
160
+ * Set how many items should be shown per page.
161
+ *
158
162
* @param int $items_per_page
159
163
*
160
164
* @return InlineKeyboardPagination
@@ -171,6 +175,8 @@ public function setItemsPerPage($items_per_page): InlineKeyboardPagination
171
175
}
172
176
173
177
/**
178
+ * Set the items for the pagination.
179
+ *
174
180
* @param array $items
175
181
*
176
182
* @return InlineKeyboardPagination
@@ -362,6 +368,8 @@ protected function getPreparedItems(): array
362
368
}
363
369
364
370
/**
371
+ * Get the items offset for the selected page.
372
+ *
365
373
* @return int
366
374
*/
367
375
protected function getOffset (): int
@@ -372,6 +380,8 @@ protected function getOffset(): int
372
380
/**
373
381
* Get the parameters from the callback query.
374
382
*
383
+ * @todo Possibly make it work for custon formats too?
384
+ *
375
385
* @param string $data
376
386
*
377
387
* @return array
You can’t perform that action at this time.
0 commit comments