Application
Table of Contents
Interfaces
- IEntryUnits
- ステータスUNIT登録のインタフェース
- IInitSocketManager
- SocketManagerクラス初期化用インタフェース
- IProtocolParameter
- プロトコルパラメータインタフェース
- IUnitParameter
- UNITパラメータインタフェース
Classes
- CycleDrivenManager
- 周期ドリブンマネージャークラス
- ProtocolParameter
- プロトコルUNITパラメータクラス
- SocketManager
- ソケットマネージャークラス
- SocketManagerParameter
- UNITパラメータの基底クラス
- UnitException
- Exceptionクラス
Enums
- LogMessageEnum
- エラーメッセージ定義
- ProtocolQueueEnum
- プロトコル部の規定のキュー名定義
- StatusEnum
- UNITの規定のステータス名定義
- UnitExceptionEnum
- 例外コード定義
Functions
Functions
config()
設定値の取得
config(string $p_key[, mixed $p_default = null ]) : mixed
Parameters
- $p_key : string
-
設定値のキー
- $p_default : mixed = null
-
設定値がなかった時のデフォルト
Return values
mixed —設定値
__()
メッセージの取得
__(string $p_key[, array<string|int, mixed> $p_placeholder = [] ]) : string
Parameters
- $p_key : string
-
メッセージのキー
- $p_placeholder : array<string|int, mixed> = []
-
プレースホルダ
Return values
string —メッセージ