WooCommerce Code Reference

OutputFormat
in package

Extending this class is deprecated in version 8.8.0; it will be made `final` in version 9.0.0.

Table of Contents

$iIndentationLevel  : int
$oFormatter  : OutputFormatter|null
$oNextLevelFormat  : OutputFormat|null
__call()  : mixed
beLenient()  : void
create()  : self
Creates an instance of this class without any particular formatting settings.
createCompact()  : self
Creates an instance of this class with a preset for compact formatting.
createPretty()  : self
Creates an instance of this class with a preset for pretty formatting.
get()  : string|null
indentWithSpaces()  : self
indentWithTabs()  : self
level()  : int
set()  : self|false
setSemicolonAfterLastRule()  :

Properties

Methods