XoopsModules25x/xoopspartners

View on GitHub
class/Utility.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace XoopsModules\Xoopspartners;

/*
 You may not change or alter any portion of this comment or credits of
 supporting developers from this source code or any supporting source code
 which is considered copyrighted (c) material of the original comment or credit
 authors.

 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/**
 * Module: Partners
 *
 * @package         module\Xoopspartners\class
 * @author          XOOPS Module Development Team
 * @author          Mamba, ZySpec
 * @copyright       https://xoops.org 2001-2016 XOOPS Project
 * @license         http://www.fsf.org/copyleft/gpl.html GNU public license
 * @since           1.13
 */

use XoopsModules\Xoopspartners;
use XoopsModules\Xoopspartners\Common;
use XoopsModules\Xoopspartners\Constants;

/**
 * Class Utility
 */
class Utility extends Common\SysUtility
{
    //--------------- Custom module methods -----------------------------

}