Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP
PHP constructor having the same name of the class name is deprecated in PHP 7. Simple php constructor example to resolve this issue.
PHP constructor having the same name of the class name is deprecated in PHP 7. Simple php constructor example to resolve this issue.