PHP operator names in the controller

0

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

Example:

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

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

How to ignore this name in a method?

    
asked by anonymous 13.09.2016 / 22:29

0 answers