Pheasant\Database\FilterChain::clear PHP Метод

clear() публичный Метод

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