mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 13:11:52 +02:00
Split e_shims into correct files for autoloading
This commit is contained in:
parent
4c6828be93
commit
b2de51dd1b
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
|
||||
*/
|
||||
|
||||
namespace e107\Shims
|
||||
{
|
||||
class All
|
||||
{
|
||||
use InternalShims;
|
||||
}
|
||||
|
||||
class Internal
|
||||
{
|
||||
use InternalShims;
|
||||
}
|
||||
}
|
||||
|
||||
// e107 v2-style classes
|
||||
namespace
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user