Ejemplo n.º 1
0
 protected function _showPage(Kwf_Component_Data $page)
 {
     if ($page->getDeviceVisible() == Kwf_Component_Data::DEVICE_VISIBLE_HIDE_ON_MOBILE) {
         return false;
     }
     return true;
 }