예제 #1
0
파일: DebugInfo.php 프로젝트: poef/ariadne
 /**
  * Sets the media query format
  *
  * @param string $format
  */
 public static function setMediaQueryFormat($format)
 {
     self::$mediaQueryFormat = $format;
 }