Documentation

MetadataWriter
in package
implements LoggerAwareInterface uses Strict, PsrLogAwareTrait

Table of Contents

Interfaces

LoggerAwareInterface
Describes a logger-aware instance.

Properties

$logger  : LoggerInterface
$form  : Form
$mpdf  : Mpdf
$protection  : Protection
$writer  : BaseWriter

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__get()  : mixed
__isset()  : mixed
__set()  : mixed
__unset()  : mixed
setLogger()  : void
writeAnnotations()  : mixed
writeAssociatedFiles()  : mixed
writeCatalog()  : mixed
writeEncryption()  : mixed
writeInfo()  : mixed
writeMetadata()  : mixed
writeOutputIntent()  : mixed
writeTrailer()  : mixed
getProducerString()  : mixed
getVersionString()  : mixed

Properties

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

__get()

public & __get(string $name) : mixed
Parameters
$name : string

property name

__isset()

public __isset(string $name) : mixed
Parameters
$name : string

property name

Tags
throws
StrictObjects

__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
throws
StrictObjects

writeAnnotations()

public writeAnnotations() : mixed
Tags
since
5.7.2

        
On this page

Search results