Overview

Namespaces

  • CzProject
    • PhpCli
      • Application
      • Inputs
      • Outputs
      • Parameters

Classes

  • Console
  • ConsoleFactory

Interfaces

  • IInputProvider
  • IOutputProvider
  • IParameterParser

Exceptions

  • ApplicationException
  • ConsoleException
  • Exception
  • InputException
  • InvalidArgumentException
  • InvalidValueException
  • MissingException
  • MissingParameterException
  • OutputException
  • ParameterParserException
  • StaticClassException
  • Overview
  • Namespace
  • Class

Interface IOutputProvider

Direct known implementers

CzProject\PhpCli\Outputs\BaseOutput, CzProject\PhpCli\Outputs\MemoryOutput, CzProject\PhpCli\Outputs\NullOutput

Indirect known implementers

CzProject\PhpCli\Outputs\ColoredOutput, CzProject\PhpCli\Outputs\TextOutput
Namespace: CzProject\PhpCli
Located at IOutputProvider.php
Methods summary
public static
# output( string|string[] $str )

Parameters

$str

Returns

static
public static
# success( string|string[] $str )

Parameters

$str

Returns

static
public static
# error( string|string[] $str )

Parameters

$str

Returns

static
public static
# warning( string|string[] $str )

Parameters

$str

Returns

static
public static
# info( string|string[] $str )

Parameters

$str

Returns

static
public static
# muted( string|string[] $str )

Parameters

$str

Returns

static
public static
# nl( )

Returns

static
czproject/phpcli v3.0.0-beta2 API documentation API documentation generated by ApiGen