Lines Matching refs:get
180 'statistics' => Registry::container()->get(Statistics::class),
194 'statistics' => Registry::container()->get(Statistics::class),
208 'statistics' => Registry::container()->get(Statistics::class),
236 $statistics = Registry::container()->get(Statistics::class);
289 $rows = $statistics->statsBirthQuery()->get();
296 $rows = $statistics->statsBirthBySexQuery()->get();
306 $rows = $statistics->statsBirthQuery($prev_boundary, $boundary)->get();
338 $rows = $statistics->statsDeathQuery()->get();
345 $rows = $statistics->statsDeathBySexQuery()->get();
355 $rows = $statistics->statsDeathQuery($prev_boundary, $boundary)->get();
387 $rows = $statistics->statsMarriageQuery()->get();
397 … $rows = $statistics->statsMarriageQuery($prev_boundary, $boundary)->get();
429 $rows = $statistics->monthFirstChildQuery()->get();
436 $rows = $statistics->monthFirstChildBySexQuery()->get();
446 … $rows = $statistics->monthFirstChildQuery($prev_boundary, $boundary)->get();
478 $rows = $statistics->statsFirstMarriageQuery()->get();
494 … $rows = $statistics->statsFirstMarriageQuery($prev_boundary, $boundary)->get();