public static function delete_comment() { $cid = required_param('cid', PARAM_INT); $formatsociallwallcomments = comments::instance(); return $formatsociallwallcomments->delete_comment($cid); }