Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

(no description)

File Size: 93 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

RowRange:: (10 methods):
  __construct()
  fromArray()
  validateFromTo()
  from()
  to()
  rowCount()
  shiftRight()
  shiftLeft()
  toCellRange()
  __toString()


Class: RowRange  - X-Ref

__construct(int $from, ?int $to = null, ?Worksheet $worksheet = null)   X-Ref


fromArray(array $array, ?Worksheet $worksheet = null)   X-Ref
No description

validateFromTo(int $from, int $to)   X-Ref
No description

from()   X-Ref
No description

to()   X-Ref
No description

rowCount()   X-Ref
No description

shiftRight(int $offset = 1)   X-Ref
No description

shiftLeft(int $offset = 1)   X-Ref
No description

toCellRange()   X-Ref
No description

__toString()   X-Ref
No description