Automattic\WooCommerce\Vendor\Sabberworm\CSS
OutputFormat::level
Deprecated since 8.8.0. It is no longer supported and may be removed in future releases. Use
`getIndentationLevel()` instead.Method of the class: OutputFormat{}
No Hooks.
Returns
Int.
Usage
$OutputFormat = new OutputFormat(); $OutputFormat->level();
Changelog
| Deprecated | #869 since version V8.8.0, will be removed in V9.0.0. Use getIndentationLevel() instead. |
OutputFormat::level() OutputFormat::level code WC 10.5.0
public function level()
{
return $this->iIndentationLevel;
}