Automattic\WooCommerce\Blocks\Domain\Services\CheckoutFieldsSchema
DocumentObject::get_context
Get the current context.
Method of the class: DocumentObject{}
No Hooks.
Returns
null|String
. The context.
Usage
$DocumentObject = new DocumentObject(); $DocumentObject->get_context();
DocumentObject::get_context() DocumentObject::get context code WC 9.8.5
public function get_context() { return $this->context; }