Automattic\WooCommerce\Admin\API\Reports

SqlQuery::__construct()publicWC 1.0

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() code WC 8.7.0

public function __construct( $context = '' ) {
	$this->context = $context;
}