Granada\ORM::_build_where PHP Method

_build_where() protected method

Build the WHERE clause(s)
protected _build_where ( )
    protected function _build_where()
    {
        return $this->_build_conditions('where');
    }
ORM