mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 21:34:28 +02:00
DbQuery: Mark method renderFilter() deprecated
This commit is contained in:
parent
4f8b6ffeb3
commit
8dd1ad869f
@ -181,6 +181,9 @@ class DbQuery extends SimpleQuery
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use DbConnection::renderFilter() instead!
|
||||
*/
|
||||
protected function renderFilter($filter, $level = 0)
|
||||
{
|
||||
$str = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user