API Documentation

BuildWarnings
in package

Tags
experimental

Table of Contents

Properties

$warnings  : array<string|int, BuildWarning>

Methods

getInstance()  : self
getWarnings()  : array<int, BuildWarning>
hasWarnings()  : bool
report()  : void
reportsWarnings()  : bool
reportsWarningsAsExceptions()  : bool
writeWarningsToOutput()  : void
renderWarnings()  : void
renderWarningsAsExceptions()  : void

Properties

Methods

getInstance()

public static getInstance() : self
Return values
self

hasWarnings()

public static hasWarnings() : bool
Return values
bool

reportsWarnings()

public static reportsWarnings() : bool
Return values
bool

reportsWarningsAsExceptions()

public static reportsWarningsAsExceptions() : bool
Return values
bool

writeWarningsToOutput()

public static writeWarningsToOutput(OutputStyle $output[, bool $verbose = false ]) : void
Parameters
$output : OutputStyle
$verbose : bool = false

renderWarnings()

protected static renderWarnings(OutputStyle $output, bool $verbose) : void
Parameters
$output : OutputStyle
$verbose : bool

renderWarningsAsExceptions()

protected static renderWarningsAsExceptions(OutputStyle $output) : void
Parameters
$output : OutputStyle

        
On this page

Search results