Interfaces are used to describe public methods of a class implementing that interface. You can never have a private method in an interface. Any methods in an interface are assumed to be in use and should not be changed.
Interfaces is the PHP link, but this is standard in OO programming.