WriterInterface

Extends

Interface for output

category

VuFind

package

Harvest_Tools

author

Demian Katz demian.katz@villanova.edu

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Wiki

Methods

Output a string.

write(string $str) : void

Arguments

$str

string

String to write.

Output a string w/newline.

writeLine(string $str) : void

Arguments

$str

string

String to write.