Linux webm002.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
admin-menu-editor
/
customizables
/
Settings
/
/home/ariannadhf/www/wp-content/plugins/admin-menu-editor/customizables/Settings/PredefinedSet.php
<?php namespace YahnisElsts\AdminMenuEditor\Customizable\Settings; /** * A PredefinedSet defines a reusable collection of settings that are typically * used together. * * For example, a "font" collection could include a font family, font size, font * weight, and so on. You could create multiple instances of this collection, each * for a different part of your user interface or theme. * * Each PredefinedSet creates settings. It can also create controls for editing * those settings. */ interface PredefinedSet extends SettingGeneratorInterface, ControlGenerator { }