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: 125 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ColumnRange:: (13 methods):
  __construct()
  fromColumnIndexes()
  fromArray()
  validateFromTo()
  columnCount()
  shiftDown()
  shiftUp()
  from()
  to()
  fromIndex()
  toIndex()
  toCellRange()
  __toString()


Class: ColumnRange  - X-Ref

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


fromColumnIndexes(int $from, int $to, ?Worksheet $worksheet = null)   X-Ref
No description

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

param: array<int|string> $array

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

columnCount()   X-Ref
No description

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

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

from()   X-Ref
No description

to()   X-Ref
No description

fromIndex()   X-Ref
No description

toIndex()   X-Ref
No description

toCellRange()   X-Ref
No description

__toString()   X-Ref
No description