Пример #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();
 }