context() public method

Set the current context
public context ( ) : void
return void
 /**
  * Set the current context
  *
  * @access public
  * @return void
  */
 public function context()
 {
     if (!!($name = $this->EE->TMPL->fetch_param('name', FALSE))) {
         self::$context = $name;
     }
 }