mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°4621 Fix naming inconsistencies in sources/*
This commit is contained in:
19
sources/Application/UI/Hook/iKeyboardShortcut.php
Normal file
19
sources/Application/UI/Hook/iKeyboardShortcut.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @since 3.0.0
|
||||
*/
|
||||
interface iKeyboardShortcut
|
||||
{
|
||||
/**
|
||||
* Return default keys combination to trigger shortcut element
|
||||
* @return array
|
||||
*/
|
||||
public static function GetShortcutKeys(): array;
|
||||
|
||||
/**
|
||||
* Element to be triggered when shortcut key combination is pressed
|
||||
* @return string
|
||||
*/
|
||||
public static function GetShortcutTriggeredElementSelector(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user