I
implements

The keyword that replaces extends when inheriting an interface rather than a class

inheritance

The ability of an OO language to pass the methods and data members of an existing class on to a new class

instance

A specific occurrence of a class; creation of a class object is referred to as instantiation

interface

1. A keyword in PHP indicating a class that declares methods but does not define them. PHP allows multiple interfaces to be inherited. 2. The public methods of a class.

Iterator

An interface, built in to PHP 5, that allows objects to be traversed

Get Object-Oriented PHP now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.