Counter::inc PHP Method

inc() public method

public inc ( )
    function inc()
    {
        $this->count += 1;
    }