Home
last modified time | relevance | path

Searched refs:nbItems (Results 1 – 1 of 1) sorted by relevance

/plugin/nspages/printers/
H A DprinterNice.php118 * When $nbItems / $nbCols isn't an int, we make sure, for aesthetic reasons,
122 * @param int $nbItems The total number of items to display
125 private function _computeNbItemPerColumns($nbItems) {
128 if($nbItems < $this->nbCols) {
129 for($idx = 0; $idx < $nbItems; $idx++) {
135 $collength = $nbItems / $this->nbCols;
123 _computeNbItemPerColumns($nbItems) global() argument