Ejemplo n.º 1
0
 public static function test()
 {
     ChildClass::getProtected();
     ChildClass::getPrivate();
 }