Ejemplo n.º 1
0
 public function enableMobileVersion(MobileContext $context)
 {
     $this->isMobileMode = true;
     $this->mobileContext = MobileContext::singleton();
     $this->skinConfig = $this->mobileContext->getConfig();
 }