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

bindings() public méthode

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