MessageMasterYandex implements iBase, iMasterYandex
Table of Contents
Interfaces
- iBase
- Interface iMessage
- iMasterYandex
Constants
- CODE = self::CODE_MASTER_YANDEX
Methods
- copyConfiguration() : Result|null
- Copy configuration.
- getCode() : string
- Get code.
- getName() : string
- Get name.
- getSupportedTransports() : array<string|int, mixed>
- Get supported recipient types.
- loadConfiguration() : Configuration
- Load configuration.
- saveConfiguration() : Result|null
- Save configuration.
Constants
CODE
public
mixed
CODE
= self::CODE_MASTER_YANDEX
Methods
copyConfiguration()
Copy configuration.
public
copyConfiguration(mixed $id) : Result|null
Parameters
- $id : mixed
-
ID.
Tags
Return values
Result|nullgetCode()
Get code.
public
getCode() : string
Tags
Return values
stringgetName()
Get name.
public
getName() : string
Tags
Return values
stringgetSupportedTransports()
Get supported recipient types.
public
getSupportedTransports() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>loadConfiguration()
Load configuration.
public
loadConfiguration([mixed $id = null ]) : Configuration
Parameters
- $id : mixed = null
-
ID.
Tags
Return values
ConfigurationsaveConfiguration()
Save configuration.
public
saveConfiguration(Configuration $configuration) : Result|null
Parameters
- $configuration : Configuration
-
Configuration.