Le 2012-05-08 09:25, Chanaka Dharmarathna a écrit :
See "Class Variables and Methods" in [0].
Hi Marc,
I went through that document. If the function is global, it will be like 'PMA_getDivForSliderEffect()' And if it is a local function (for particular class), it will be like 'getDivForSliderEffect()'.
If this is a public method, yes. If a private one, prefix its name with an underscore.
Though I went through that document before this, I couldn't get that point. Thanks for pointing out that.