コード例 #1
0
ファイル: response.php プロジェクト: GMaup/joomla-platform
 /**
  * Clear headers.
  *
  * @return  void
  *
  * @since   11.1
  */
 public static function clearHeaders()
 {
     self::$headers = array();
 }