Cake\Database\ValueBinder::reset PHP Méthode

reset() public méthode

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