app\locker\data\dashboards\BaseDashboard::getGraphData PHP Method

getGraphData() public method

public getGraphData ( DateTime $startDate = null, DateTime $endDate = null )
$startDate DateTime
$endDate DateTime
    public function getGraphData(\DateTime $startDate = null, \DateTime $endDate = null)
    {
        return ['statement_graph' => $this->getStatementNumbersByDate($startDate, $endDate)];
    }