[\d]+)/(?P[\w-]+) */ public function get_query_params() { return ''; } /** * Returns arguments config * * Example: * array( * array( * 'type' => array( * 'default' => '', * 'required' => false, * ), * ) */ public function get_args() { return array(); } }