Ejemplo n.º 1
0
 /**
  * @see	\wcf\data\DatabaseObjectDecorator::__construct()
  */
 public function __construct(DatabaseObject $object)
 {
     parent::__construct($object);
     $this->optionHandler = new UserOptionHandler(false);
     $this->optionHandler->enableConditionMode();
     $this->optionHandler->init();
 }
 /**
  * @see	\wcf\page\AbstractPage::readParameters()
  */
 public function readParameters()
 {
     parent::readParameters();
     $this->optionHandler = new UserOptionHandler(false, '', 'settings');
     $this->optionHandler->init();
 }