Ejemplo n.º 1
0
 function restoreState()
 {
     //  must call super
     parent::restoreState();
     if (!empty($_REQUEST[$this->honeypotName])) {
         throw new WFRequestController_HTTPException("Server problem.", 400);
     }
 }
Ejemplo n.º 2
0
 public static function exposedProperties()
 {
     $items = parent::exposedProperties();
     return array_merge($items, array('nullPlaceholder'));
 }