mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
Just a new TODO note
This commit is contained in:
parent
2c3da5969a
commit
1659df216d
@ -29,6 +29,9 @@ abstract class AbstractObject
|
|||||||
private $properties = array();
|
private $properties = array();
|
||||||
private $request = null;
|
private $request = null;
|
||||||
|
|
||||||
|
// TODO: Fetching parent states if any would be nice
|
||||||
|
// Same goes for host/service dependencies
|
||||||
|
|
||||||
public function __construct(Request $request)
|
public function __construct(Request $request)
|
||||||
{
|
{
|
||||||
$this->request = $request;
|
$this->request = $request;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user