Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]

This file is part of FPDI

Copyright: Copyright (c) 2019 Setasign - Jan Slabon (https://www.setasign.com)
License: http://opensource.org/licenses/mit-license The MIT License
File Size: 99 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

FpdfTpl:: (4 methods):
  _putimages()
  _putxobjectdict()
  setPageFormat()
  _put()


Class: FpdfTpl  - X-Ref

Class FpdfTpl

We need to change some access levels and implement the setPageFormat() method to bring back compatibility to tFPDF.

_putimages()   X-Ref
Make the method public as in tFPDF.


_putxobjectdict()   X-Ref
Make the method public as in tFPDF.


setPageFormat($size, $orientation)   X-Ref
Set the page format of the current page.

param: array $size An array with two values defining the size.
param: string $orientation "L" for landscape, "P" for portrait.

_put($s, $newLine = true)   X-Ref