Automattic\WooCommerce\Vendor\Sabberworm\CSS
OutputFormatter::__construct
Method of the class: OutputFormatter{}
No Hooks.
Returns
null. Nothing (null).
Usage
$OutputFormatter = new OutputFormatter(); $OutputFormatter->__construct( $oFormat );
- $oFormat(OutputFormat) (required)
- .
OutputFormatter::__construct() OutputFormatter:: construct code WC 10.8.1
public function __construct(OutputFormat $oFormat)
{
$this->oFormat = $oFormat;
}