Файловый менеджер - Редактировать - /home/ephorei/www/wp-includes/images/media/q2m9hb/traits.tar
Назад
get-instance.php 0000644 00000001032 15006152670 0007634 0 ustar 00 <?php /** * Trait. * * @package sureforms */ namespace SRFM\Inc\Traits; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Trait Get_Instance. */ trait Get_Instance { /** * Instance object. * * @var self Class Instance. */ private static $instance = null; /** * Initiator * * @since 0.0.1 * @return self initialized object of class. */ public static function get_instance() { if ( null === self::$instance ) { self::$instance = new self(); } return self::$instance; } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка