Automattic\WooCommerce\Admin\API\Reports
SqlQuery::__construct()
Constructor.
Method of the class: SqlQuery{}
No Hooks.
Return
null
. Nothing (null).
Usage
$SqlQuery = new SqlQuery(); $SqlQuery->__construct( $context );
- $context(string)
- Optional context passed to filters.
Default: empty string
SqlQuery::__construct() SqlQuery:: construct code WC 9.6.0
public function __construct( $context = '' ) { $this->context = $context; }