In PHP :: is used to denote a static class i.e. one that does not need the class to be instantiated first.
If the method is not static you need to instatiate the class and then access the method via $class->someMethod().
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster