Improved the context stack

This commit is contained in:
2016-11-15 03:29:00 +01:00
parent 482d8a54e5
commit 7bfd8453e7
3 changed files with 19 additions and 2 deletions

View File

@ -23,6 +23,11 @@ class Context
$this->configure();
}
public function getContextInfo()
{
return null;
}
public function setShell(Shell $shell)
{
$this->shell = $shell;