mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Split e_shims into correct files for autoloading
This commit is contained in:
17
e107_handlers/Shims/All.php
Normal file
17
e107_handlers/Shims/All.php
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* e107 website system
|
||||||
|
*
|
||||||
|
* Copyright (C) 2008-2018 e107 Inc (e107.org)
|
||||||
|
* Released under the terms and conditions of the
|
||||||
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
|
*
|
||||||
|
* Shims for PHP internal functions
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace e107\Shims;
|
||||||
|
|
||||||
|
class All
|
||||||
|
{
|
||||||
|
use InternalShims;
|
||||||
|
}
|
17
e107_handlers/Shims/Internal.php
Normal file
17
e107_handlers/Shims/Internal.php
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* e107 website system
|
||||||
|
*
|
||||||
|
* Copyright (C) 2008-2018 e107 Inc (e107.org)
|
||||||
|
* Released under the terms and conditions of the
|
||||||
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
|
*
|
||||||
|
* Shims for PHP internal functions
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace e107\Shims;
|
||||||
|
|
||||||
|
class Internal
|
||||||
|
{
|
||||||
|
use InternalShims;
|
||||||
|
}
|
@@ -9,19 +9,6 @@
|
|||||||
* Shims for PHP internal functions
|
* Shims for PHP internal functions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace e107\Shims
|
|
||||||
{
|
|
||||||
class All
|
|
||||||
{
|
|
||||||
use InternalShims;
|
|
||||||
}
|
|
||||||
|
|
||||||
class Internal
|
|
||||||
{
|
|
||||||
use InternalShims;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// e107 v2-style classes
|
// e107 v2-style classes
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user