PHP Class WellCommerce\Bundle\AdminBundle\Controller\Admin\DashboardController

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Controller\AbstractController
Exibir arquivo Open project: wellcommerce/wellcommerce

Public Methods

Method Description
indexAction ( ) : Response

Protected Methods

Method Description
getSalesChart ( ) : WellCommerce\Bundle\ReportBundle\Context\LineChartContext
getSalesSummary ( ) : WellCommerce\Bundle\ReportBundle\Calculator\SalesSummaryCalculator

Method Details

getSalesChart() protected method

protected getSalesChart ( ) : WellCommerce\Bundle\ReportBundle\Context\LineChartContext
return WellCommerce\Bundle\ReportBundle\Context\LineChartContext

getSalesSummary() protected method

protected getSalesSummary ( ) : WellCommerce\Bundle\ReportBundle\Calculator\SalesSummaryCalculator
return WellCommerce\Bundle\ReportBundle\Calculator\SalesSummaryCalculator

indexAction() public method

public indexAction ( ) : Response
return Symfony\Component\HttpFoundation\Response