ManaPHP\Cli\Console::writeLn PHP Метод

writeLn() публичный Метод

public writeLn ( string $str, array $context = [] ) : static
$str string
$context array
Результат static
    public function writeLn($str, $context = [])
    {
        return $this->write($str . PHP_EOL, $context);
    }