BaseWriter
in package
uses
Strict
FinalYes
Table of Contents
Properties
Methods
- __call() : mixed
- __callStatic() : mixed
- __construct() : mixed
- __get() : mixed
- __isset() : mixed
- __set() : mixed
- __unset() : mixed
- escape() : mixed
- escapeSlashes() : mixed
- object() : mixed
- stream() : mixed
- string() : mixed
- unescape() : string
- Un-escapes a PDF string
- utf16BigEndianTextString() : mixed
- utf8ToUtf16BigEndian() : mixed
- write() : mixed
- endPage() : mixed
Properties
$mpdf
private
Mpdf
$mpdf
$protection
private
Protection
$protection
Methods
__call()
public
__call(string $name, array<string|int, mixed> $args) : mixed
Parameters
- $name : string
-
method name
- $args : array<string|int, mixed>
-
arguments
__callStatic()
public
static __callStatic(string $name, array<string|int, mixed> $args) : mixed
Parameters
- $name : string
-
lowercase method name
- $args : array<string|int, mixed>
-
arguments
__construct()
public
__construct(Mpdf $mpdf, Protection $protection) : mixed
Parameters
- $mpdf : Mpdf
- $protection : Protection
__get()
public
& __get(string $name) : mixed
Parameters
- $name : string
-
property name
__isset()
public
__isset(string $name) : mixed
Parameters
- $name : string
-
property name
Tags
__set()
public
__set(string $name, mixed $value) : mixed
Parameters
- $name : string
-
property name
- $value : mixed
-
property value
__unset()
public
__unset(string $name) : mixed
Parameters
- $name : string
-
property name
Tags
escape()
public
escape(mixed $s) : mixed
Parameters
- $s : mixed
escapeSlashes()
public
escapeSlashes(mixed $s) : mixed
Parameters
- $s : mixed
object()
public
object([mixed $obj_id = false ][, mixed $onlynewobj = false ]) : mixed
Parameters
- $obj_id : mixed = false
- $onlynewobj : mixed = false
stream()
public
stream(mixed $s) : mixed
Parameters
- $s : mixed
string()
public
string(mixed $s) : mixed
Parameters
- $s : mixed
unescape()
Un-escapes a PDF string
public
unescape(string $s) : string
Parameters
- $s : string
Return values
stringutf16BigEndianTextString()
public
utf16BigEndianTextString(mixed $s) : mixed
Parameters
- $s : mixed
utf8ToUtf16BigEndian()
public
utf8ToUtf16BigEndian(mixed $str[, mixed $setbom = true ]) : mixed
Parameters
- $str : mixed
- $setbom : mixed = true
write()
public
write(mixed $s[, mixed $ln = true ]) : mixed
Parameters
- $s : mixed
- $ln : mixed = true
endPage()
private
endPage(mixed $s, mixed $ln) : mixed
Parameters
- $s : mixed
- $ln : mixed