Exemplo n.º 1
0
 /**
  *
  * Gets the value of the outgoing CSRF token.
  *
  * @return string
  *
  */
 public function getValue()
 {
     return $this->segment->get('value');
 }