You are here

public function StyleInterface::newLine in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Style/StyleInterface.php \Symfony\Component\Console\Style\StyleInterface::newLine()

Add newline(s).

Parameters

int $count The number of newlines:

1 method overrides StyleInterface::newLine()
OutputStyle::newLine in vendor/symfony/console/Style/OutputStyle.php
Add newline(s).

File

vendor/symfony/console/Style/StyleInterface.php, line 139

Class

StyleInterface
Output style helpers.

Namespace

Symfony\Component\Console\Style

Code

public function newLine($count = 1);