You are here:
BACCHUS Wiki
>
System Web
>
ReferenceManual
>
DeveloperDocumentationCategory
>
ObjectMethod
(revision 1) (raw view)
An ObjectMethod is a method that must be called relative to a previous constructed object of the class type. For example: ---+ package Telecoms ---++ ClassMethod new() ---++ ObjectMethod phone( $who ) must be called something like this <verbatim class="tml"> my $mobile = new Telecoms(); $mobile->phone( "home" ); </verbatim> or you can pass the object in as a parameter if you need to: <verbatim class="tml"> Telecoms::phone( $mobile, "home" ); </verbatim> --- *Related Topics:* ClassMethod, StaticMethod
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r1
|
B
acklinks
|
V
iew topic
|
Edit
w
iki text
|
M
ore topic actions
Topic revision: r1 - 31 Jul 2010,
ProjectContributor
System
Log In
Toolbox
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
User Reference
BeginnersStartHere
TextFormattingRules
Macros
FormattedSearch
QuerySearch
DocumentGraphics
SkinBrowser
InstalledPlugins
Admin Maintenance
Reference Manual
AdminToolsCategory
InterWikis
ManagingWebs
SiteTools
DefaultPreferences
WebPreferences
Categories
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Copyright &© by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding BACCHUS Wiki?
Send feedback