Aer is fully OOP language. All class attributes can be accessed by $this keyword or by scope resolution operator (::). It will be impossible to declare a function or variable in global scope, thus there is no need for global keyword. We can safely remove it from PH7 Engine.
Aer is fully OOP language. All class attributes can be accessed by __$this__ keyword or by scope resolution operator (__::__). It will be impossible to declare a function or variable in global scope, thus there is no need for __global__ keyword. We can safely remove it from PH7 Engine.
Aer is fully OOP language. All class attributes can be accessed by $this keyword or by scope resolution operator (::). It will be impossible to declare a function or variable in global scope, thus there is no need for global keyword. We can safely remove it from PH7 Engine.