-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from mambax7/master
https
- Loading branch information
Showing
39 changed files
with
80 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
XMF | ||
XMF (XOOPS Module Framework) | ||
=== | ||
|
||
This is the XOOPS Module Framework for XOOPS 2.5.x | ||
This is the XOOPS Module Framework for XOOPS 2.5.x and XOOPS 2.6.x | ||
|
||
XOOPS Module Framework is a selection of classes and supporting files intended to help simplify | ||
many of the routine tasks commonly needed in module development. This simplification also gives | ||
you some degree of compatibility as you move your module from 2.5 to 2.6. | ||
|
||
Please visit us on https://xoops.org | ||
|
||
Current and upcoming "next generation" versions of XOOPS CMS are being crafted on GitHub at: https://github.com/XOOPS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,10 @@ | |
* @category Xmf\Loader | ||
* @package Xmf | ||
* @author trabis <[email protected]> | ||
* @copyright 2011-2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2011-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @version Release: 1.0 | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
* @since 1.0 | ||
*/ | ||
class Loader | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,10 @@ | |
* @package Xmf | ||
* @author trabis <[email protected]> | ||
* @author The SmartFactory <www.smartfactory.ca> | ||
* @copyright 2011-2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2011-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @version Release: 1.0 | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
* @since 1.0 | ||
*/ | ||
abstract class AbstractTemplate | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,10 @@ | |
* @package Xmf | ||
* @author trabis <[email protected]> | ||
* @author The SmartFactory <www.smartfactory.ca> | ||
* @copyright 2011-2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2011-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @version Release: 1.0 | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
* @since 1.0 | ||
*/ | ||
class Breadcrumb extends AbstractTemplate | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,10 @@ | |
* @package Xmf | ||
* @author Grégory Mage (Aka Mage) | ||
* @author trabis <[email protected]> | ||
* @copyright 2011-2016 The XOOPS Project http://sourceforge.net/projects/xoops/ | ||
* @copyright 2011-2016 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @version Release: 1.0 | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
* @since 1.0 | ||
*/ | ||
class Buttonbox extends AbstractTemplate | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,10 @@ | |
* @package Xmf | ||
* @author trabis <[email protected]> | ||
* @author The SmartFactory <www.smartfactory.ca> | ||
* @copyright 2011-2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2011-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @version Release: 1.0 | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
* @since 1.0 | ||
*/ | ||
class Feed extends AbstractTemplate | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,10 @@ | |
* @package Xmf | ||
* @author trabis <[email protected]> | ||
* @author The SmartFactory <www.smartfactory.ca> | ||
* @copyright 2011-2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2011-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @version Release: 1.0 | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
* @since 1.0 | ||
*/ | ||
class PrintContent extends AbstractTemplate | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,10 @@ | |
* @category Xmf\Utilities | ||
* @package Xmf | ||
* @author trabis <[email protected]> | ||
* @copyright 2011-2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2011-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @version Release: 1.0 | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
* @since 1.0 | ||
*/ | ||
class Utilities | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
/** | ||
* XOOPS version | ||
* | ||
* @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ | ||
* @copyright XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @package xmf | ||
* @since 0.1 | ||
|
@@ -48,7 +48,7 @@ | |
$modversion['release_date'] = "02/01/2016"; | ||
|
||
$modversion['developer_lead'] = "geekwright"; | ||
$modversion['developer_website_url'] = "http://xoops.org"; | ||
$modversion['developer_website_url'] = "https://xoops.org"; | ||
$modversion['developer_website_name'] = "Xoops"; | ||
$modversion['developer_email'] = "[email protected]"; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,9 @@ | |
* @category Xmf\Assert | ||
* @package Xmf | ||
* @author Richard Griffith <[email protected]> | ||
* @copyright 2017 XOOPS Project (http://xoops.org) | ||
* @copyright 2017 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
class Assert extends BaseAssertion | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,9 +27,9 @@ | |
* @category Xmf\Database\Migrate | ||
* @package Xmf | ||
* @author Richard Griffith <[email protected]> | ||
* @copyright 2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
class Migrate | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,9 @@ | |
* @category Xmf\Database\TableLoad | ||
* @package Xmf | ||
* @author Richard Griffith <[email protected]> | ||
* @copyright 2013-2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2013-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
class TableLoad | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,9 +27,9 @@ | |
* @category Xmf\Database\Tables | ||
* @package Xmf | ||
* @author Richard Griffith <[email protected]> | ||
* @copyright 2011-2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2011-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
class Tables | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,9 @@ | |
* @package Xmf | ||
* @author trabis <[email protected]> | ||
* @author Richard Griffith <[email protected]> | ||
* @copyright 2011-2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2011-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
class Debug extends \Kint | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,9 +28,9 @@ | |
* @author Richard Griffith <[email protected]> | ||
* @copyright 2005 Daniel Morris | ||
* @copyright 2005 - 2013 Open Source Matters, Inc. All rights reserved. | ||
* @copyright 2011-2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2011-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
class FilterInput | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,9 @@ | |
* @category Xmf\Highlighter | ||
* @package Xmf | ||
* @author Richard Griffith <[email protected]> | ||
* @copyright 2011-2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2011-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
class Highlighter | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,9 @@ | |
* @category Xmf\IPAddress | ||
* @package Xmf | ||
* @author trabis <[email protected]> | ||
* @copyright 2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
class IPAddress | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,9 @@ | |
* @category Xmf\Jwt\JsonWebToken | ||
* @package Xmf | ||
* @author Richard Griffith <[email protected]> | ||
* @copyright 2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
class JsonWebToken | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,9 @@ | |
* @category Xmf\Key\StorageInterface | ||
* @package Xmf | ||
* @author Richard Griffith <[email protected]> | ||
* @copyright 2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
class ArrayStorage extends \ArrayObject implements StorageInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,9 @@ | |
* @category Xmf\Key\Basic | ||
* @package Xmf | ||
* @author Richard Griffith <[email protected]> | ||
* @copyright 2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
class Basic extends KeyAbstract | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,9 @@ | |
* @category Xmf\Key\KeyAbstract | ||
* @package Xmf | ||
* @author Richard Griffith <[email protected]> | ||
* @copyright 2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
abstract class KeyAbstract | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,9 @@ | |
* @category Xmf\Key\StorageInterface | ||
* @package Xmf | ||
* @author Richard Griffith <[email protected]> | ||
* @copyright 2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
interface StorageInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,9 @@ | |
* @category Xmf\Language | ||
* @package Xmf | ||
* @author trabis <[email protected]> | ||
* @copyright 2011-2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2011-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
class Language | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,9 @@ | |
* @package Xmf | ||
* @author Richard Griffith <[email protected]> | ||
* @author trabis <[email protected]> | ||
* @copyright 2011-2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2011-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
class Metagen | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,9 @@ | |
* @category Xmf\Module\Admin | ||
* @package Xmf | ||
* @author Richard Griffith <[email protected]> | ||
* @copyright 2011-2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2011-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
class Admin | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,9 @@ | |
* @package Xmf | ||
* @author trabis <[email protected]> | ||
* @author Richard Griffith <[email protected]> | ||
* @copyright 2011-2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2011-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
class Helper extends GenericHelper | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,9 @@ | |
* @package Xmf | ||
* @author trabis <[email protected]> | ||
* @author Richard Griffith <[email protected]> | ||
* @copyright 2011-2018 XOOPS Project (http://xoops.org) | ||
* @copyright 2016-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
abstract class AbstractHelper | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,9 @@ | |
* @package Xmf | ||
* @author trabis <[email protected]> | ||
* @author Richard Griffith <[email protected]> | ||
* @copyright 2011-2016 XOOPS Project (http://xoops.org) | ||
* @copyright 2011-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
class Cache extends AbstractHelper | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,9 @@ | |
* @package Xmf | ||
* @author trabis <[email protected]> | ||
* @author Richard Griffith <[email protected]> | ||
* @copyright 2011-2018 XOOPS Project (http://xoops.org) | ||
* @copyright 2016-2018 XOOPS Project (https://xoops.org) | ||
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html) | ||
* @link http://xoops.org | ||
* @link https://xoops.org | ||
*/ | ||
abstract class GenericHelper extends AbstractHelper | ||
{ | ||
|
Oops, something went wrong.