예제 #1
0
 /**
  * @return mixed
  */
 protected function GetState()
 {
     $state = parent::GetState();
     if ($this->strSelectedItemId !== null) {
         $state["sel"] = $this->strSelectedItemId;
     }
     return $state;
 }
예제 #2
0
 /**
  * @return mixed
  */
 protected function GetState()
 {
     $state = parent::GetState();
     if ($this->intCurrentOpenItem !== null) {
         $state["sel"] = $this->intCurrentOpenItem;
     }
     return $state;
 }