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.

Differences Between: [Versions 401 and 402] [Versions 401 and 403]

(no description)

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

Defines 1 class

CellValue:: (8 methods):
  __construct()
  operator()
  operand()
  wrapValue()
  getConditional()
  unwrapString()
  fromConditional()
  __call()


Class: CellValue  - X-Ref


__construct(string $cellRange)   X-Ref


operator(string $operator)   X-Ref
No description

operand(int $index, $operand, string $operandValueType = Wizard::VALUE_TYPE_LITERAL)   X-Ref

param: mixed $operand

wrapValue($value, string $operandValueType)   X-Ref

param: mixed $value
return: float|int|string

getConditional()   X-Ref
No description

unwrapString(string $condition)   X-Ref
No description

fromConditional(Conditional $conditional, string $cellRange = 'A1')   X-Ref
No description

__call($methodName, $arguments)   X-Ref

param: string $methodName
param: mixed[] $arguments