25

polymorphism for method

Posted by PHPVote 9 years ago

Possibility to have the same method with 2 signatures: ```php class Foo { public function bar() { //something } public function bar($param) { //other thing } } ```
viest · 4 years ago

n.schmidt · 4 years ago

teresko · 4 years ago

Exception · 4 years ago