contents   index   previous   next



_construct(...)

 

This method is called whenever a new object is created with the new operator. The object will have been already created and passed as the this variable to the .construct() method.

 


_call(...)