Gavin Roy wrote:
Stolen from a oo reference site (who's URL I no longer have handy):
"An object interface--or simply interface--defines methods that can be
implemented by a class. Interfaces are declared like classes, but
cannot be directly instantiated and do not have their own method
definitions.
Stolen from a oo reference site (who's URL I no longer have handy):
"An object interface--or simply interface--defines methods that can be
implemented by a class. Interfaces are declared like classes, but
cannot be directly instantiated and do not have their own method
definitions. Rather, it is t
Jason Barnett wrote:
Gavin Roy wrote:
...
Is this a bug, or a new intended behavior?
Gavin
To get the long answer you can search through the php.internals list for
this topic. The short answer is: this is the new intended behavior.
the short reason(ing) is it doesn't make sense to implement an in
3 matches
Mail list logo