getLinks() public method
Returns a whole set of links for navigating to the first, last, next and previous pages.
| public array getLinks ( $absolute = false ) | ||
|---|---|---|
| $absolute | boolean |
Whether the generated URLs should be absolute. |
| return | array |
The links for navigational purpose. The array keys specify the purpose of the links (e.g. LINK_FIRST), and the array values are the corresponding URLs. |
Please login to continue.