Exemplo n.º 1
0
 public function clear()
 {
     unset($this->getStorage()->token);
     unset($this->getStorage()->payer);
     unset($this->getStorage()->markflow);
     parent::clear();
 }