Elcodi\Admin\MetricBundle\Twig\MetricIntervalsExtension::createIntervalContainer PHP 메소드

createIntervalContainer() 공개 메소드

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