mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
IdoQuery::joinHookedVirtualTable: missing method
This commit is contained in:
parent
b7352105d2
commit
2589fbcf04
@ -882,6 +882,19 @@ abstract class IdoQuery extends DbQuery
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Tell a hook to join a virtual table
|
||||||
|
*
|
||||||
|
* @param String $table
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
protected function joinHookedVirtualTable($table)
|
||||||
|
{
|
||||||
|
$this->hookedVirtualTable[$table]->joinVirtualTable($table);
|
||||||
|
$this->joinedVirtualTables[$table] = true;
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the table for a specific alias
|
* Get the table for a specific alias
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user