Classes
7
Constructors
9
Methods
6
Properties
2
Subscripts (indexer methods)
11
Inheritance
Definition and initialization
Fields
Destructor
Events
Constants
Check for reference equality
Create a copy of the object
Type members
<?php
class
Game
{
//
public
field
public
$name;
public
$year;
//
private
field
private
$developer;
}