File manager - Edit - /home/monara/public_html/efm_web/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/SingletonTrait.php
Back
<?php namespace Nextend\Framework\Pattern; trait SingletonTrait { protected static $instance; final public static function getInstance() { return isset(static::$instance) ? static::$instance : static::$instance = new static; } private function __construct() { $this->init(); } protected function init() { } final public function __wakeup() { } final public function __clone() { } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings