Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 310 and 400] [Versions 39 and 400]

(no description)

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

Defines 1 class

InternalEntityFactory:: (7 methods):
  __construct()
  createSheetIterator()
  createSheet()
  createRowIterator()
  createRow()
  createCell()
  createRowFromArray()


Class: InternalEntityFactory  - X-Ref

Class EntityFactory
Factory to create entities

__construct(HelperFactory $helperFactory)   X-Ref

param: HelperFactory $helperFactory

createSheetIterator($filePointer, $optionsManager, $globalFunctionsHelper)   X-Ref

return: SheetIterator
param: resource $filePointer Pointer to the CSV file to read
param: OptionsManagerInterface $optionsManager
param: GlobalFunctionsHelper $globalFunctionsHelper

createSheet($rowIterator)   X-Ref

return: Sheet
param: RowIterator $rowIterator

createRowIterator($filePointer, $optionsManager, $globalFunctionsHelper)   X-Ref

return: RowIterator
param: resource $filePointer Pointer to the CSV file to read
param: OptionsManagerInterface $optionsManager
param: GlobalFunctionsHelper $globalFunctionsHelper

createRow(array $cells = [])   X-Ref

return: Row
param: Cell[] $cells

createCell($cellValue)   X-Ref

return: Cell
param: mixed $cellValue

createRowFromArray(array $cellValues = [])   X-Ref

return: Row
param: array $cellValues