<?php namespace cx_newsletter; interface rest_register_interface { public function __construct(string $namespace); public function get_namespace() : string; public function register(rest_endpoint $endpoint) : self; }