Automattic\WooCommerce\Vendor\Sabberworm\CSS
OutputFormatter::indent
Method of the class: OutputFormatter{}
No Hooks.
Returns
String.
Usage
// private - for code of main (parent) class only $result = $this->indent();
OutputFormatter::indent() OutputFormatter::indent code WC 10.5.0
private function indent()
{
return str_repeat($this->oFormat->sIndentation, $this->oFormat->getIndentationLevel());
}