VuFindHarvest API Documentation

ConsoleWriter
in package
implements WriterInterface

Thin wrapper around console output

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

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

link

Wiki

Interfaces, Classes, Traits and Enums

WriterInterface
Interface for output

Table of Contents

$output  : OutputInterface
Output interface
__construct()  : mixed
Constructor
write()  : void
Output a string to the Console.
writeLine()  : void
Output a string w/newline to the Console.

Properties

Methods

__construct()

Constructor

public __construct(OutputInterface $output) : mixed
Parameters
$output : OutputInterface

Output interface

Return values
mixed

write()

Output a string to the Console.

public write(string $str) : void
Parameters
$str : string

String to write.

Return values
void

writeLine()

Output a string w/newline to the Console.

public writeLine(string $str) : void
Parameters
$str : string

String to write.

Return values
void

Search results