1.   public function execute()
  2.   {
  3.     if ( $this->get('confirmed') === false )
  4.     {
  5.       return ERROR;
  6.     }
  7.  
  8.   }