Counter::inc PHP 메소드

inc() 공개 메소드

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