Exemple #1
0
 /**
  * Set the class var $tokenPost and load the token
  * into the genTokenOptions Class
  *
  * @param String $token token to be set
  *
  */
 public function setToken($token)
 {
     $this->tokenPost = $token;
     $this->tokenClass->loadBackup($this->tokenPost);
 }