Automattic\WooCommerce\Vendor\Sabberworm\CSS
OutputFormatter::__construct
Метод класса: OutputFormatter{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$OutputFormatter = new OutputFormatter(); $OutputFormatter->__construct( $oFormat );
- $oFormat(OutputFormat) (обязательный)
- .
Код OutputFormatter::__construct() OutputFormatter:: construct WC 10.4.3
public function __construct(OutputFormat $oFormat)
{
$this->oFormat = $oFormat;
}