Hi guys,
Just wanna ask what the "::" is for? ex.
CRM_ContactsCommon::get_my_record()
Correct me if I'm wrong, the CRM_ContactsCommon is a class and the get_my_record is a function inside the class. Now, is the "::" works the same way like in java to access a function of a class?
Thank you in advance.