Ooops, bugfix.
This commit is contained in:
		@@ -23,6 +23,16 @@ class Context
 | 
				
			|||||||
        $this->configure();
 | 
					        $this->configure();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    public function setShell(Shell $shell)
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        $this->shell = $shell;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    public function getShell()
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        return $this->shell;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public function setParent(Context $parent=null)
 | 
					    public function setParent(Context $parent=null)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        $this->parent = $parent;
 | 
					        $this->parent = $parent;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user