LongProgress
extends Progress
Table of Contents
Constants
-
NUMBER_OF_COLUMNS
= 60
Properties
-
$fixed_size
: bool
-
$in_ci
: bool
-
$number_of_tasks
: int|null
-
$print_errors
: bool
-
$print_infos
: bool
-
$progress
: int
Methods
-
__construct()
: mixed
-
alterFileDone()
: void
-
debug()
: void
-
expand()
: void
-
finish()
: void
-
setErrorReporting()
: void
-
start()
: void
-
startAlteringFiles()
: void
-
startAnalyzingFiles()
: void
-
startScanningFiles()
: void
-
taskDone()
: void
-
warning()
: void
-
write()
: void
-
doesTerminalSupportUtf8()
: bool
-
getOverview()
: string
-
printOverview()
: void
NUMBER_OF_COLUMNS
public
final mixed
NUMBER_OF_COLUMNS
= 60
$fixed_size
protected
bool
$fixed_size
= false
$in_ci
protected
bool
$in_ci
= false
$number_of_tasks
protected
int|null
$number_of_tasks
= null
$print_errors
protected
bool
$print_errors
= true
$print_infos
protected
bool
$print_infos
= true
$progress
protected
int
$progress
= 0
__construct()
public
__construct([bool $print_errors = true ][, bool $print_infos = true ][, bool $in_ci = false ]) : mixed
Parameters
-
$print_errors
: bool
= true
-
-
$print_infos
: bool
= true
-
-
$in_ci
: bool
= false
-
alterFileDone()
public
alterFileDone(string $file_name) : void
Parameters
-
$file_name
: string
-
debug()
public
debug(string $message) : void
Parameters
-
$message
: string
-
expand()
public
expand(int $number_of_tasks) : void
Parameters
-
$number_of_tasks
: int
-
finish()
public
finish() : void
setErrorReporting()
public
setErrorReporting() : void
start()
public
start(int $number_of_tasks) : void
Parameters
-
$number_of_tasks
: int
-
startAlteringFiles()
public
startAlteringFiles() : void
startAnalyzingFiles()
public
startAnalyzingFiles() : void
startScanningFiles()
public
startScanningFiles() : void
taskDone()
public
taskDone(int $level) : void
Parameters
-
$level
: int
-
warning()
public
warning(string $message) : void
Parameters
-
$message
: string
-
write()
public
write(string $message) : void
Parameters
-
$message
: string
-
doesTerminalSupportUtf8()
protected
static doesTerminalSupportUtf8() : bool
getOverview()
protected
getOverview() : string
printOverview()
private
printOverview() : void