language/oop5.xml language.oop5 : Object-Oriented Programming in PHP5

ID                 : Title

- oop5.decon : Unified Constructors and Destructors
- oop5.visibility : Public, Private, Protected Members and Properties
- oop5.static : Static Methods and Properties
- oop5.constants : Per-Class constants
- oop5.abstract : Abstract Classes and Methods
- oop5.interfaces : Interfaces
- oop5.overloading : Methods calls and Properties access overloading
- oop5.iterations : Iterations over Objects
- oop5.tostring : __toString magic method
- oop5.final : final keyword
- oop5.cloning : Objects cloning
- oop5.reflection : Reflection posibilities // base description "what is reflection" and link to proper chapter?


Another sections from zend-engine-2 have nothing to do here and should be added to proper chapters.

That's how I imagine php5 oop chapter. Can be easily done from zend-engine-2 list with number of modifications/additions.

Reply via email to