質問編集履歴

2

書式の改善

2018/08/29 09:47

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -30,14 +30,6 @@
30
30
 
31
31
              die;
32
32
 
33
-
34
-
35
- if (!isset($this->{$key}) || $this->{$key} === true) {
33
+
36
-
37
- $this->{$key} = $value;
38
-
39
-
40
-
41
- }
42
34
 
43
35
  }

1

書式の改善

2018/08/29 09:47

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -8,21 +8,7 @@
8
8
 
9
9
  foreachの$keyと$this->{$key}は別物ということでしょうか?
10
10
 
11
- 恐れ入りますが、ご回答お願いいたします。
11
+ 恐れ入りますが、ご回答お願いいたします。
12
-
13
-
14
-
15
- protected function _setDefaults() {
16
-
17
-
18
-
19
- $defaults = array(
20
-
21
- 'logoutRedirect' => $this->loginAction,
22
-
23
- 'authError' => __d('cake', 'You are not authorized to access that location.')
24
-
25
- );
26
12
 
27
13
 
28
14
 
@@ -55,9 +41,3 @@
55
41
  }
56
42
 
57
43
  }
58
-
59
-
60
-
61
- return true;
62
-
63
- }