ConsoleKit\StdTextWriter::writeln PHP 메소드

writeln() 공개 메소드

public writeln ( $text = '', $pipe = TextWriter::STDOUT )
    public function writeln($text = '', $pipe = TextWriter::STDOUT)
    {
        $this->write("{$text}\n", $pipe);
    }
StdTextWriter