Elcodi\Admin\MetricBundle\Twig\MetricIntervalsExtension::createIntervalContainer PHP Method

createIntervalContainer() public method

Return metric beacons unique counter
public createIntervalContainer ( string $type ) : integer
$type string Type
return integer Beacons unique
    public function createIntervalContainer($type)
    {
        return $this->intervalsResolver->getIntervalContainer($type);
    }