Automattic\WooCommerce\StoreApi\Routes\V1

AbstractRoute::get_namespacepublicWC 1.0

Get the namespace for this route.

Method of the class: AbstractRoute{}

No Hooks.

Returns

String.

Usage

$AbstractRoute = new AbstractRoute();
$AbstractRoute->get_namespace();

AbstractRoute::get_namespace() code WC 10.8.1

public function get_namespace() {
	return $this->namespace;
}