todos to use own classes instead of \stdClass

This commit is contained in:
Steffen Schröder
2014-02-13 14:26:33 +01:00
parent 4197dc82ff
commit b2777d8387
2 changed files with 5 additions and 1 deletions

View File

@ -49,6 +49,7 @@ class TimerManager {
}
//Init the Timer Listening
// TODO: extra model class
$listening = new \stdClass();
$listening->listener = $listener;
$listening->method = $method;