Automattic\WooCommerce\StoreApi\Routes\V1
AbstractRoute::get_namespace
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() AbstractRoute::get namespace code WC 10.8.1
public function get_namespace() {
return $this->namespace;
}