mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
Livestatus\Connection: just a comment
This commit is contained in:
parent
40c4562fe4
commit
0ff9d57504
@ -76,6 +76,13 @@ class Connection
|
|||||||
protected $socket_type;
|
protected $socket_type;
|
||||||
protected $connection;
|
protected $connection;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether the given table name is valid
|
||||||
|
*
|
||||||
|
* @param string $name table name
|
||||||
|
*
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
public function hasTable($name)
|
public function hasTable($name)
|
||||||
{
|
{
|
||||||
return in_array($name, $this->available_tables);
|
return in_array($name, $this->available_tables);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user