PHP operator names in the controller

Asked

Viewed 49 times

0

How can I use PHP operator names in a method (controller) ?

Example:

public function new() {
   //Código aqui
}

Notice I used the name new the same used to instantiate an object.

How to ignore this name in a method?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.