for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace XoopsModules\Blocksadmin;
/*
Utility Class Definition
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: xSitemap
*
* @package \module\xsitemap\class
* @license http://www.fsf.org/copyleft/gpl.html GNU public license
* @copyright https://xoops.org 2001-2017 © XOOPS Project
* @author ZySpec <[email protected]>
* @author Mamba <[email protected]>
* @since File available since version 1.54
use XoopsModules\Blocksadmin;
use XoopsModules\Blocksadmin\Common;
* Class Utility
class Utility extends Common\SysUtility
{
//--------------- Custom module methods -----------------------------
}