Automattic\WooCommerce\Vendor\Sabberworm\CSS

OutputFormatter::prepareSpaceprivateWC 1.0

Method of the class: OutputFormatter{}

No Hooks.

Returns

String.

Usage

// private - for code of main (parent) class only
$result = $this->prepareSpace( $sSpaceString );
$sSpaceString(string) (required)
.

OutputFormatter::prepareSpace() code WC 10.5.0

private function prepareSpace($sSpaceString)
{
    return str_replace("\n", "\n" . $this->indent(), $sSpaceString);
}