クラス: Peach_Util_AbstractMapEntry
定義: /Peach/Util/AbstractMapEntry.php
デフォルトの Peach_Util_MapEntry の実装です.
このクラスでは getKey(), getValue() のみ実装されています.
プロパティ 詳細
mixed $key
line 36
マッピングのキーです.
mixed $value
line 42
マッピングの値です.
メソッド 詳細
constructor __construct
line 49
Peach_Util_AbstractMapEntry __construct(mixed $key, mixed $value)
新しいエントリーオブジェクトを構築します.
getKey
line 59
mixed getKey()
このエントリーのキーを返します.
getValue
line 68
mixed getValue()
このエントリーの値を返します.