WP_CLI\Loggers
Quiet::__construct
Метод класса: Quiet{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Quiet = new Quiet(); $Quiet->__construct( $in_color );
- $in_color(true|false)
- Whether or not to Colorize strings.
По умолчанию: false
Код Quiet::__construct() Quiet:: construct WP-CLI 2.13.0-alpha
public function __construct( $in_color = false ) {
$this->in_color = $in_color;
}