/**
  * Clear current execution context, will not(!) destroy any contextual instances.
  * 
  * It is your responsibility to clear() the scope manager when all execution-related work is done.
  */
 public function leaveContext()
 {
     return parent::bindContext(NULL);
 }