Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class A {
- public function test() {}
- public static function debug() {}
- }
- class B extends A {
- public function test() { бла бла бла return parent::test(); }
- public static function debug() { бла бла бла return parent::debug(); }
- }
Add Comment
Please, Sign In to add comment