Documentation

AbstractPart
in package
implements WriterPartInterface

AbstractYes

Abstract class for WPS parts.

Tags
since
1.5.0

Table of Contents

Interfaces

WriterPartInterface

Properties

$parentWriter  : AbstractWriter
Parent writer.

Methods

getParentWriter()  : AbstractWriter
Get parent writer.
setParentWriter()  : void
Set parent writer.
write()  : string
Write part content.
encodeText()  : string
Convert a text to the UTF-16LE encoding used by the WPS format.

Properties

Methods

write()

Write part content.

public abstract write() : string
Return values
string

encodeText()

Convert a text to the UTF-16LE encoding used by the WPS format.

protected encodeText(string $text) : string
Parameters
$text : string
Return values
string
On this page

Search results