ConsoleWriter

Implements \VuFindHarvest\ConsoleOutput\WriterInterface

Thin wrapper around console 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

Constructor

__construct(\Symfony\Component\Console\Output\OutputInterface $output) 

Arguments

$output

\Symfony\Component\Console\Output\OutputInterface

Output interface

Output a string to the Console.

write(string $str) : void

Arguments

$str

string

String to write.

Output a string w/newline to the Console.

writeLine(string $str) : void

Arguments

$str

string

String to write.

Properties

Output interface

output : \Symfony\Component\Console\Output\OutputInterface
var

Type(s)

\Symfony\Component\Console\Output\OutputInterface