ConsoleKit\EchoTextWriter::write PHP Method

write() public method

public write ( $text, $pipe = TextWriter::STDOUT )
    public function write($text, $pipe = TextWriter::STDOUT)
    {
        echo $text;
    }
EchoTextWriter