mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
Livestatus\Query: return available columns
This commit is contained in:
parent
7b6b9b8574
commit
d7141392a5
@ -160,6 +160,16 @@ class Query extends SimpleQuery
|
||||
return $lql;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get all available columns
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function getAvailableColumns()
|
||||
{
|
||||
return $this->available_columns;
|
||||
}
|
||||
|
||||
protected function columnsToString()
|
||||
{
|
||||
$columns = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user