コード例 #1
0
 public function foo()
 {
     a32::ma32();
     a32::ma321();
     // Do not exists
     b2::ma2();
 }
コード例 #2
0
 public function foo()
 {
     \a32::ma32();
     \a32::ma321();
     // Do not exists
     \b2::ma2();
 }
コード例 #3
0
 public function foo()
 {
     self::ma32();
     self::ma321();
     // Do not exists
     b2::ma2();
 }
コード例 #4
0
 public function foo()
 {
     parent::ma32();
     parent::ma321();
     // Do not exists
     b2::ma2();
 }
コード例 #5
0
 public function foo()
 {
     static::ma32();
     static::ma321();
     // Do not exists
     b2::ma2();
 }