Changeset 23605 for branches/version-2_13-dev/data/class/SC_Cookie.php
- Timestamp:
- 2014/08/27 18:45:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/SC_Cookie.php
r23546 r23605 38 38 39 39 // クッキー書き込み 40 41 /** 42 * @param string $key 43 */ 40 44 public function setCookie($key, $val) 41 45 { … … 47 51 * 48 52 * EC-CUBE をURLパスルート以外にインストールしている場合、上位ディレクトリの値も(劣後ではあるが)取得する点に留意。 53 * @param string $key 49 54 */ 50 55 public function getCookie($key)
Note: See TracChangeset
for help on using the changeset viewer.
