Encapsulation in PHP

Encapsulation is an important concept in Object Oriented PHP. It means wrapping data and methods together inside a class and...