pagedThumbsNav
in package
Table of Contents
Properties
- $counter : mixed
- $crop : mixed
- $currentciel : mixed
- $currentfloor : mixed
- $currentimgnr : mixed
- $currentpage : mixed
- $height : mixed
- $images : mixed
- $imagesperpage : mixed
- $next : mixed
- $nextpageimage : mixed
- $pagelistlength : mixed
- $pagelistprevnext : mixed
- $placeholders : mixed
- $prev : mixed
- $prevpageimage : mixed
- $searchimages : mixed
- $showpagelist : mixed
- $totalimages : mixed
- $totalpages : mixed
- $width : mixed
Methods
- __construct() : pagedThumbsNav
- getCounter() : mixed
- Gets From image x to image y counter values
- getNextThumbsLink() : string
- Gets the link for the next page of thumbs
- getPrevThumbsLink() : string
- Gets the link to the previous thumbnail page
- getThumbs() : array<string|int, mixed>
- Gets the thumbnails and returns them as an array with objects
- printCounter() : mixed
- Prints the counter
- printNextThumbsLink() : mixed
- Prints the link for the next page of thumbs
- printPagedThumbsNavPagelink() : mixed
- printPagesList() : mixed
- Prints the pagelist for the thumb pages
- printPrevThumbsLink() : mixed
- Prints the link to the previous thumbnail page
- printThumbs() : mixed
- Prints the thumbnails
Properties
$counter
public
mixed
$counter
$crop
public
mixed
$crop
$currentciel
public
mixed
$currentciel
$currentfloor
public
mixed
$currentfloor
$currentimgnr
public
mixed
$currentimgnr
$currentpage
public
mixed
$currentpage
$height
public
mixed
$height
$images
public
mixed
$images
$imagesperpage
public
mixed
$imagesperpage
$next
public
mixed
$next
$nextpageimage
public
mixed
$nextpageimage
$pagelistlength
public
mixed
$pagelistlength
$pagelistprevnext
public
mixed
$pagelistprevnext
$placeholders
public
mixed
$placeholders
$prev
public
mixed
$prev
$prevpageimage
public
mixed
$prevpageimage
$searchimages
public
mixed
$searchimages
$showpagelist
public
mixed
$showpagelist
$totalimages
public
mixed
$totalimages
$totalpages
public
mixed
$totalpages
$width
public
mixed
$width
Methods
__construct()
public
__construct([unknown_type $imagesperpage = 0 ][, unknown_type $counter = false ][, unknown_type $prev = '' ][, unknown_type $next = '' ][, unknown_type $width = NULL ][, unknown_type $height = NULL ][, unknown_type $crop = NULL ][, unknown_type $placeholders = NULL ][, unknown_type $showpagelist = false ][, unknown_type $pagelistprevnext = false ][, unknown_type $pagelistlength = 6 ]) : pagedThumbsNav
Parameters
- $imagesperpage : unknown_type = 0
- $counter : unknown_type = false
- $prev : unknown_type = ''
- $next : unknown_type = ''
- $width : unknown_type = NULL
- $height : unknown_type = NULL
- $crop : unknown_type = NULL
- $placeholders : unknown_type = NULL
- $showpagelist : unknown_type = false
- $pagelistprevnext : unknown_type = false
- $pagelistlength : unknown_type = 6
Return values
pagedThumbsNavgetCounter()
Gets From image x to image y counter values
public
getCounter() : mixed
getNextThumbsLink()
Gets the link for the next page of thumbs
public
getNextThumbsLink() : string
Return values
stringgetPrevThumbsLink()
Gets the link to the previous thumbnail page
public
getPrevThumbsLink() : string
Return values
stringgetThumbs()
Gets the thumbnails and returns them as an array with objects
public
getThumbs() : array<string|int, mixed>
Return values
array<string|int, mixed> —with objects
printCounter()
Prints the counter
public
printCounter() : mixed
printNextThumbsLink()
Prints the link for the next page of thumbs
public
printNextThumbsLink() : mixed
printPagedThumbsNavPagelink()
public
printPagedThumbsNavPagelink(mixed $i, mixed $linktext) : mixed
Parameters
- $i : mixed
- $linktext : mixed
printPagesList()
Prints the pagelist for the thumb pages
public
printPagesList() : mixed
printPrevThumbsLink()
Prints the link to the previous thumbnail page
public
printPrevThumbsLink() : mixed
printThumbs()
Prints the thumbnails
public
printThumbs() : mixed