Cake\Database\ValueBinder::resetCount PHP Method

resetCount() public method

Resets the bindings count without clearing previously bound values
public resetCount ( ) : void
return void
    public function resetCount()
    {
        $this->_bindingsCount = 0;
    }