Exemple #1
0
 /**
  * BizForm::GetSessionContext() - Retrieve Session data of this object
  *
  * @param SessionContext $sessCtxt
  * @return void
  */
 public function getSessionVars($sessCtxt)
 {
     parent::getSessionVars($sessCtxt);
     $sessCtxt->getObjVar($this->m_Name, "PrtFormCtrlName", $this->m_PrtFormCtrlName);
 }
Exemple #2
0
 public function getSessionVars($sessCtxt)
 {
     $sessCtxt->getObjVar($this->m_Name, "DirectParent", $this->_directParentId);
     parent::getSessionVars($sessCtxt);
 }