Question:How to declare a constructor?
A function __construct($ein) { } B function construct($ein) { } C function employee($ein) { }
+ AnswerA
+ Report