<?php class Token { public function replace($text) { return $text; } } class TokenPlus extends Token { public function repalce($string) { return $text; } } echo((new TokenPlus())->replace('hi mum'));
You have javascript disabled. You will not be able to edit any code.