Cake\Database\ValueBinder::bindings PHP Method

bindings() public method

Subexpression bound values will not be returned with this function.
public bindings ( ) : array
return array
    public function bindings()
    {
        return $this->_bindings;
    }