Ben anlamında javascript pseudoclasses ile çalışıyorum:
class Foo
---->getName()
---->setName()
---->....
So i can have collections of them to operate with in client calculations. But, there is some way to handle them "as is" in php?
diğer bir deyişle, ben örneğin getName için bir çağrı, yapabileceği bir nesne gibi geçmektedir.
Thanks in advance, Ragnagard :D