Granada\ORM::_build_where PHP Метод

_build_where() защищенный Метод

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