Automattic\WooCommerce\Vendor\Sabberworm\CSS

OutputFormatter::indentprivateWC 1.0

Method of the class: OutputFormatter{}

No Hooks.

Returns

String.

Usage

// private - for code of main (parent) class only
$result = $this->indent();

OutputFormatter::indent() code WC 10.5.0

private function indent()
{
    return str_repeat($this->oFormat->sIndentation, $this->oFormat->getIndentationLevel());
}