Ejemplo n.º 1
0
 /**
  * Marks context as current
  *
  * @return boolean    Indicating if the switch was successful.
  */
 public function set_current()
 {
     self::$_currentcontext = $this->id;
 }