Mestika
6/10/2015 - 7:39 PM

PHP OOP

PHP OOP

### STATIC PRIVATE FUNCTION / VARIABLE
A static private method provides a way to hide static code from outside the class. This can be useful if several different methods (static or not) need to use it, i.e. code-reuse.