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