Ejemplo n.º 1
0
 public function ID()
 {
     if ($this->tabSet) {
         return $this->tabSet->ID() . '_' . $this->id;
     } else {
         return $this->id;
     }
 }