02-22-2009, 07:37 AM
|
#5 (permalink)
|
|
The Wanderer
Join Date: Feb 2009
Posts: 7
Thanks: 0
|
I'm interested in why you would try to call the same method over and over like that or was that just kind of for show? Do all the methods have to be static, or could you just implement the static factory method(s) and then normal methods for any others:
ClassName::factory()->meth()->again()\
static chaining wont work because it doesn't use a class instance for reference, it uses a class name
|
|
|
|