You are here:
Ultra Guide
>
System Web
>
Category
>
DeveloperDocumentationCategory
>
ObjectMethod
(02 Mar 2020,
UnknownUser
)
Edit
Attach
Tags
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
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:
ClassMethod
,
StaticMethod
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r1
|
B
acklinks
|
V
iew wiki text
|
Edit
w
iki text
|
M
ore topic actions
Topic revision: r1 - 02 Mar 2020,
UnknownUser
System
PUBLIC WEB
Log In
Register
User Reference
BeginnersStartHere
EditingShorthand
Macros
MacrosQuickReference
FormattedSearch
QuerySearch
DocumentGraphics
SkinBrowser
InstalledPlugins
Admin Maintenance
Reference Manual
AdminToolsCategory
InterWikis
ManagingWebs
SiteTools
DefaultPreferences
WebPreferences
Categories
AdminDocumentationCategory
AdminToolsCategory
DeveloperDocumentationCategory
UserDocumentationCategory
UserToolsCategory
Toolbox
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Preferences
Webs
Automation
Main
System
Testing
© 2020 Ultranauts - 75 Broad Street, 2nd Floor, Suite 206, New York, NY 10004 -
info@ultranauts.co