Habari\AtomHandler::act_comments PHP Method

act_comments() public method

Handle incoming requests for the Atom entry collection for all comments
public act_comments ( $params = [] )
    function act_comments($params = array())
    {
        Utils::check_request_method(array('GET', 'HEAD', 'POST'));
        $this->get_comments($params);
    }