mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
QueryBasedTables: make search() public
This commit is contained in:
parent
b790c7410a
commit
6d139752fe
@ -74,7 +74,7 @@ abstract class QueryBasedTable extends Table implements Countable
|
|||||||
return $this->searchColumns;
|
return $this->searchColumns;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function search($search)
|
public function search($search)
|
||||||
{
|
{
|
||||||
if (! empty($search)) {
|
if (! empty($search)) {
|
||||||
$query = $this->getQuery();
|
$query = $this->getQuery();
|
||||||
|
@ -67,7 +67,7 @@ abstract class ZfQueryBasedTable extends QueryBasedTable
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function search($search)
|
public function search($search)
|
||||||
{
|
{
|
||||||
if (! empty($search)) {
|
if (! empty($search)) {
|
||||||
$query = $this->getQuery();
|
$query = $this->getQuery();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user