Pheasant\Database\FilterChain::clear PHP Method

clear() public method

Clears all callbacks
public clear ( )
    public function clear()
    {
        $this->_onquery = array();
        $this->_onerror = array();
        $this->_onresult = array();
        return $this;
    }