create()
void create( object conf )
create() is the constructor that is always called
when an object is created in Pike. For modules the constructor will be
called with a configuration object as argument. That object contains
the configuration for the virtual server, that might be needed for
advanced modules.
Usually the constructor is used to define configuration variables
with the defvar() method.
|