+ 20
All objects in PHP have Constructor and Destructor methods built-in. The Constructor method is called immediately after a new instance of the class is being created, and itâs used to initialize class properties. The Destructor method takes no parameters.
that is came under the oop concept of php