/**
  * Returns context type
  *
  * @return string
  */
 public function getServerContextType()
 {
     return $this->node->getServerContext();
 }