Counter::inc PHP Метод

inc() публичный Метод

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