/**
  * @see	\wcf\data\DatabaseObjectDecorator::__construct()
  */
 public function __construct(DatabaseObject $object)
 {
     parent::__construct($object);
     $this->optionHandler = new UserOptionHandler(false);
     $this->optionHandler->enableConditionMode();
     $this->optionHandler->init();
 }