php how to properly use __construct code example
Example 1: php __construct
public function __construct(){}
Example 2: php constructor
__construct ([ mixed $args = "" [, $... ]] ) : void
public function __construct(){}
__construct ([ mixed $args = "" [, $... ]] ) : void