Hi,
We have 4 class for assuming strong typing :
- TypedArray
- TypedStack
- TypedQueue
- TypedMap
Currently we don't know the "type" defines in these
class after contructor call.
So a small Getter method for retreiving "type"
information can be very very useful no ? or is there
another way to retreive it easily ?
I test it with this method :
------------------------------------------
public function getType(Void) : Function {
return this.type;
}
------------------------------------------
Thanks in addvance ;)
eRom.
Logged In: YES
user_id=922171
I added the getType(Void):Function methods to the
TypedArray, TypedStack, TypedQueue and TypedMap classes.
Logged In: YES
user_id=1196309
Thanks ;)
eRom.