Ejemplo n.º 1
0
 public function readMetadata($xmlArr)
 {
     parent::readMetadata($xmlArr);
     $this->activeModuleName = Openbiz::$app->getSessionContext()->getVar("LIC_MODULE");
 }
Ejemplo n.º 2
0
 public function readMetadata($xmlArr)
 {
     parent::readMetadata($xmlArr);
     $this->m_ActiveModuleName = BizSystem::instance()->getSessionContext()->getVar("LIC_MODULE");
 }