コード例 #1
0
ファイル: Generator.php プロジェクト: nsams/koala-framework
 public function getDeviceVisible(Kwf_Component_Data $data)
 {
     if ($this->_useMobileBreakpoints) {
         return $data->row->device_visible;
     } else {
         return parent::getDeviceVisible($data);
     }
 }