1<?php 2 class switchpanel_case_none{ 3 public static function getSvg( $oCase, $iX, $iY, $opt ){ 4 return ''; 5 } 6 }