• This web contains the official documentation of the
TWiki Release 4.0.2, code named
DakarRelease. It is a read-only web for reference.
• This is an older release, see
TWiki-6.1 for the latest release documentation.
A
ClassMethod is a method that must be called relative to the containing class object. This normally only applies to the
new method used to create new object instances. For example,
package Telecoms
my $mobile = new Telecoms();
or
my $mobile = Telecoms->new();
Related Topics: DeveloperDocumentationCategory,
StaticMethod,
ObjectMethod