SubMenu.php 270 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php namespace ACP\Settings\ListScreen\HideOnScreen; use ACP\Settings\ListScreen\HideOnScreen; class SubMenu extends HideOnScreen { public function __construct( string $label ) { parent::__construct( 'hide_submenu', sprintf( '%s (Quick Links)', $label ) ); } }