mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 00:46:27 +02:00
Add meta_hidden to adapters
This commit is contained in:
parent
c713a4419a
commit
c0c79781bf
9 changed files with 80 additions and 1 deletions
|
@ -38,6 +38,12 @@ namespace adapters;
|
|||
*/
|
||||
public static function meta_uid(): string;
|
||||
|
||||
/**
|
||||
* Should this adapter be hidden in user interface for phone creation and
|
||||
* available to creation through API only
|
||||
*/
|
||||
public static function meta_hidden(): bool;
|
||||
|
||||
/**
|
||||
* Name of the adapter.
|
||||
* It should probably be the name of the service it adapt (e.g : Gammu SMSD, OVH SMS, SIM800L, etc.).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue