Cake\Database\ValueBinder::reset PHP 메소드

reset() 공개 메소드

Clears any bindings that were previously registered
public reset ( ) : void
리턴 void
    public function reset()
    {
        $this->_bindings = [];
        $this->_bindingsCount = 0;
    }