Blog

Posts Tagged ‘OOP’


Brief PHP Scope Resolution Operator Explanation
Posted on June 23, 2015 in OOP, PHP by Matt Jennings

In the example below the scope resolution operator (::) ensures the attack() method of the Wizard subclass includes the code …

Read more

To Top ↑