Overview

Namespaces

  • Cz
    • Cli
      • Inputs
      • Outputs
      • Parameters

Classes

  • BaseOutput
  • ColoredOutput
  • NullOutput
  • TextOutput
  • Overview
  • Namespace
  • Class

Class NullOutput

Cz\Cli\Outputs\NullOutput implements Cz\Cli\IOutputFormatter
Namespace: Cz\Cli\Outputs
Located at Outputs/NullOutput.php
Methods summary
public Cz\Cli\Outputs\NullOutput
# output( string|null $str = NULL )

Parameters

$str

Returns

Cz\Cli\Outputs\NullOutput

Implementation of

Cz\Cli\IOutputFormatter::output()
public Cz\Cli\Outputs\NullOutput
# success( string|null $str = NULL )

Parameters

$str

Returns

Cz\Cli\Outputs\NullOutput

Implementation of

Cz\Cli\IOutputFormatter::success()
public Cz\Cli\Outputs\NullOutput
# error( string|null $str = NULL )

Parameters

$str

Returns

Cz\Cli\Outputs\NullOutput

Implementation of

Cz\Cli\IOutputFormatter::error()
public Cz\Cli\Outputs\NullOutput
# warning( string|null $str = NULL )

Parameters

$str

Returns

Cz\Cli\Outputs\NullOutput

Implementation of

Cz\Cli\IOutputFormatter::warning()
public Cz\Cli\Outputs\NullOutput
# info( string|null $str = NULL )

Parameters

$str

Returns

Cz\Cli\Outputs\NullOutput

Implementation of

Cz\Cli\IOutputFormatter::info()
public Cz\Cli\Outputs\NullOutput
# nl( )

Returns

Cz\Cli\Outputs\NullOutput

Implementation of

Cz\Cli\IOutputFormatter::nl()
public Cz\Cli\Outputs\NullOutput
# setAutoNewLine( boolean $state )

Parameters

$state

Returns

Cz\Cli\Outputs\NullOutput

Implementation of

Cz\Cli\IOutputFormatter::setAutoNewLine()
public boolean
# getAutoNewLine( )

Returns

boolean

Implementation of

Cz\Cli\IOutputFormatter::getAutoNewLine()
Properties summary
protected boolean $newLineEnabled
# TRUE
czproject/phpcli v2.0.0-beta3 API documentation API documentation generated by ApiGen