Updated examples, added onEnter method to contexts
This commit is contained in:
@ -113,6 +113,7 @@ class Shell
|
||||
}
|
||||
$context->setShell($this);
|
||||
$this->context = $context;
|
||||
$context->onEnter();
|
||||
$this->dispatchEvent(self::EVT_CONTEXT_CHANGED);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user