Just a new TODO note

This commit is contained in:
Thomas Gelf 2014-03-09 19:43:04 +01:00
parent 2c3da5969a
commit 1659df216d
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ abstract class AbstractObject
private $properties = array();
private $request = null;
// TODO: Fetching parent states if any would be nice
// Same goes for host/service dependencies
public function __construct(Request $request)
{
$this->request = $request;