RatingController::showAction PHP Method

showAction() public method

public showAction ( )
    public function showAction()
    {
        $this->_helper->layout->disableLayout();
        $articleId = $this->_getParam('f_article_number');
        $this->_helper->json($this->getArticleRating($articleId));
    }