Ejemplo n.º 1
0
 function output()
 {
     return 'Goto(' . (!extensions::gotoEmpty($this->context) ? $this->context . ',' : '') . (!extensions::gotoEmpty($this->ext) ? $this->ext . ',' : '') . $this->pri . ')';
 }