Thread
:
super functions?
View Single Post
#
1
05-20-2007, 10:53 AM
Novo
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
super functions?
Considering that functions are now variables... Wouldn't it be easy to implement this?
PHP Code:
function echo(
text
)
{
super
::echo(
format
(
"[%s]: %s"
,
this
.
name
,
text
) );
}
Novo
View Public Profile
View GraalOnline Profile
Find all posts by Novo