TWiki
>
TWiki Web
>
ObjectMethod
(27 Mar 2005,
TWiki Contributor
)
E
dit
A
ttach
An
Object Method
is a method that must be called relative to a previous constructed object of the class type. For example:
package Telecoms
Class Method
new()
Object Method
phone( $who )
must be called something like this
my $mobile = new Telecoms(); $mobile->phone( "home" );
or you can pass the object in as a parameter if you need to:
Telecoms::phone( $mobile, "home" );
Related Topics:
Class Method
,
Static Method
,
Developer Documentation Category
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r2
<
r1
|
B
acklinks
|
R
aw View
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r2 - 27 Mar 2005 - 13:14:15 -
TWiki Contributor
TWiki
Log In
or
Register
TWiki Web
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
User Reference
ATaste Of TWiki
Text Formatting Rules
TWiki Variables
Formatted Search
Query Search
TWiki Doc Graphics
TWiki Skin Browser
Installed Plugins
Admin Maintenance
Reference Manual
Admin Tools Category
Inter Wikis
Managing Webs
TWiki Site Tools
TWiki Preferences
Web Preferences
Categories
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Webs
Bugs
Community
Digitalmethods
Dmi
Issuecrawler
Issuescraper
Main
Sandbox
TWiki
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback
Note:
Please contribute updates to this topic on TWiki.org at TWiki:TWiki.ObjectMethod