Hi, Just can't found information about "this" for static methods. Can anyone explain how to call current class from static methods?
For example I have some class and I need to call some static method of current class from another static method. I don't like to use full class name for that, but I didn't know what need to use instead of "this".
I sure it must be something like "self". :(
