Automattic\WooCommerce\Vendor\Sabberworm\CSS
OutputFormat::getFormatter
Method of the class: OutputFormat{}
No Hooks.
Returns
OutputFormatter.
Usage
$OutputFormat = new OutputFormat(); $OutputFormat->getFormatter();
OutputFormat::getFormatter() OutputFormat::getFormatter code WC 10.5.0
public function getFormatter()
{
if ($this->oFormatter === null) {
$this->oFormatter = new OutputFormatter($this);
}
return $this->oFormatter;
}