예제 #1
0
 public function onButtonFunction(IS_BFN $BFN)
 {
     if ($BFN->SubT == BFN_USER_CLEAR) {
         // forget about these buttons in the buttonmanager as they were removed on client side
         ButtonManager::clearButtonsForConn($BFN->UCID);
     }
 }
예제 #2
0
 /**
  * __destruct
  *
  * @access public
  * @return void
  */
 public function __destruct()
 {
     $this->bTexts = array();
     $this->bState = array();
     $this->cData = array();
     ButtonManager::clearButtonsForConn($this->UCID);
 }