Automattic\WooCommerce\Admin\API\Reports
SqlQuery::__construct
Constructor.
Method of the class: SqlQuery{}
No Hooks.
Returns
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 10.4.3
public function __construct( $context = '' ) {
$this->context = $context;
}