SetaPDF_Core_Writer_Echo A writer class which uses simple echo calls

File: /SetaPDF v2/Core/Writer/Echo.php

Class hierarchy

Implements

Summary

Properties

$_pos

protected integer SetaPDF_Core_Writer_Echo::$_pos = 0

The current position

$_status

Status property


Methods

cleanUp()

Method which should/will be called when the document objects cleanUp() method is called.

finish()

Method which should/will be called when the writing process is finished.

getPos()

public SetaPDF_Core_Writer_Echo::getPos (
void
): integer

Returns the current position.

getStatus()

Get the current status of the writer object.

start()

Method which should/will be called when the writing process starts.

write()

public SetaPDF_Core_Writer_Echo::write (
string $s
): void

Echo the string.

Parameters
$s : string