__construct() public méthode

public __construct ( )
 /**
  * @param int $id
  */
 public function __construct($id)
 {
     parent::__construct();
     $this->id = $id;
 }