Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
smart-sl...
/
Nextend
/
Framewor...
/
Model
•
File:
StorageSectionManager.php
•
Content:
<?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]; } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List