Automattic\WooCommerce\Vendor\Sabberworm\CSS

OutputFormatter::__constructpublicWC 1.0

Метод класса: OutputFormatter{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$OutputFormatter = new OutputFormatter();
$OutputFormatter->__construct( $oFormat );
$oFormat(OutputFormat) (обязательный)
.

Код OutputFormatter::__construct() WC 10.4.3

public function __construct(OutputFormat $oFormat)
{
    $this->oFormat = $oFormat;
}