File manager - Edit - /home/monara/public_html/efm_web/wp-content/plugins/smart-slider-3/Nextend/Framework/Model/StorageSectionManager.php
Back
<?php namespace Nextend\Framework\Model; class StorageSectionManager { /** @var ApplicationSection[] */ private static $storageTypes = array(); /** * @param $type * * @return ApplicationSection */ public static function getStorage($type) { if (!isset(self::$storageTypes[$type])) { self::$storageTypes[$type] = new ApplicationSection($type); } return self::$storageTypes[$type]; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings