回答編集履歴
1
加筆修正
test
CHANGED
@@ -9,3 +9,11 @@
|
|
9
9
|
[PHPで「self::」と「$this」の違いを理解する。](http://note.onichannn.net/archives/648)
|
10
10
|
|
11
11
|
[sto's Blog: php 「$this」 , 「self::」について](http://sto-stostoblog.blogspot.jp/2013/02/php-this-self.html)
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
余談ですが、この件を調べていて、こういうトピックもあったのでご参考まで。
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
[PHP: 遅延静的束縛 (Late Static Bindings) - Manual](http://php.net/manual/ja/language.oop5.late-static-bindings.php)
|