Automattic\WooCommerce\Vendor\Sabberworm\CSS
OutputFormatter::prepareSpace
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() OutputFormatter::prepareSpace code WC 10.5.0
private function prepareSpace($sSpaceString)
{
return str_replace("\n", "\n" . $this->indent(), $sSpaceString);
}