回答編集履歴
1
参考先追記
answer
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
|
22
22
|
- [PHPマニュアル:クラスの基礎](http://php.net/manual/ja/language.oop5.basic.php)
|
23
23
|
- [PHPマニュアル:プロパティ](http://php.net/manual/ja/language.oop5.properties.php)
|
24
|
-
- [PHPマニュアル:
|
24
|
+
- [PHPマニュアル:アクセス権](http://php.net/manual/ja/language.oop5.visibility.php)
|
25
|
-
オブジェクトの継承
|
25
|
+
- [PHPマニュアル:オブジェクトの継承 ](http://php.net/manual/ja/language.oop5.inheritance.php)
|
26
26
|
- [PHPオブジェクト指向プログラミング入門(1):
|
27
27
|
PHPにおけるクラスの書き方と呼び出し方――インスタンス、メソッド、プロパティ](http://www.atmarkit.co.jp/ait/articles/1506/03/news019.html)
|