LMongo\Eloquent\Model::getIncrementing PHP 메소드

getIncrementing() 공개 메소드

Get the value indicating whether the IDs are incrementing.
public getIncrementing ( ) : boolean
리턴 boolean
    public function getIncrementing()
    {
        return $this->incrementing;
    }
Model