Beberlei\Metrics\Collector\Graphite::increment PHP 메소드

increment() 공개 메소드

public increment ( $variable )
    public function increment($variable)
    {
        $this->push($variable, 1);
    }