mX = $x; } static function TheStatic() {} } class Child extends Base { protected $mY; public function __construct($x) { super($x); $this->mY = 0; } }