33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2025-01-24 07:38:26 +00:00

19 lines
389 B
PHP
Raw Normal View History

<?php
/**
* Patch testing component for the Joomla! CMS
*
* @copyright Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later
*/
namespace PatchTester\View;
/**
* Default HTML view class.
*
* @since 2.0
*/
2019-08-27 20:05:12 -05:00
class DefaultHtmlView extends AbstractHtmlView
{
}