Exemplo n.º 1
0
 public function getDeviceVisible(Kwf_Component_Data $data)
 {
     if ($this->_useMobileBreakpoints) {
         return $data->row->device_visible;
     } else {
         return parent::getDeviceVisible($data);
     }
 }