<?php class User { private $id; private $name; public function __wakeup(){ $this->id = 1; } }
You have javascript disabled. You will not be able to edit any code.