Esempio n. 1
0
 public static function getChartDatasetData()
 {
     return ListingQueryHelper::getChartDatasetData(self::create());
 }
Esempio n. 2
0
 public static function getChartDatasetDataForItem(Item $item)
 {
     return ListingQueryHelper::getChartDatasetDataForItem($item, self::create());
 }