Gifari Industries - BD Cyber Security Team
Home
/
home
/
decohaslibrary
/
bist
/
wp-content
/
plugins
/
admin-menu-editor
/
customizables
/
Storage
/
✏️
Editing: CompressedStorage.php
<?php namespace YahnisElsts\AdminMenuEditor\Customizable\Storage; interface CompressedStorage extends StorageInterface { /** * @param boolean $enabled * @return boolean */ public function setCompressionEnabled($enabled); }
💾 Save
❌ Cancel