回答編集履歴
1
参考先追記
test
CHANGED
@@ -44,9 +44,9 @@
|
|
44
44
|
|
45
45
|
- [PHPマニュアル:プロパティ](http://php.net/manual/ja/language.oop5.properties.php)
|
46
46
|
|
47
|
-
- [PHPマニュアル:
|
47
|
+
- [PHPマニュアル:アクセス権](http://php.net/manual/ja/language.oop5.visibility.php)
|
48
48
|
|
49
|
-
オブジェクトの継承
|
49
|
+
- [PHPマニュアル:オブジェクトの継承 ](http://php.net/manual/ja/language.oop5.inheritance.php)
|
50
50
|
|
51
51
|
- [PHPオブジェクト指向プログラミング入門(1):
|
52
52
|
|