namespace, '/' . $this->rest_base . '/' . $this->endpoint, $args ); } /** * Return schema properties. * * @return array */ public function get_schema() { return array(); } }