File manager - Edit - /home/verseaumee/blueversionx/wp-content/plugins/the-events-calendar/common/src/functions/aliases.php
Back
<?php /** * Registers the library aliases redirecting calls to the `tad_DI52_`, non-namespaced, class format to the namespaced * classes. */ $aliases = [ [ 'TEC\Common\lucatume\DI52\Container', 'tad_DI52_Container' ], [ 'TEC\Common\lucatume\DI52\ServiceProvider', 'tad_DI52_ServiceProvider' ] ]; foreach ( $aliases as [$class, $alias] ) { if ( ! class_exists( $alias ) ) { class_alias( $class, $alias ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings