WP_CLI\Loggers
Quiet::__construct
Method of the class: Quiet{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Quiet = new Quiet(); $Quiet->__construct( $in_color );
- $in_color(true|false)
- Whether or not to Colorize strings.
Default:false
Quiet::__construct() Quiet:: construct code WP-CLI 2.13.0-alpha
public function __construct( $in_color = false ) {
$this->in_color = $in_color;
}