Exemplo n.º 1
0
 public function crypt($str)
 {
     $crypted = implode(' ', $this->substitution->crypt($str, true));
     return Helper::stripSpaces($crypted, ' ');
 }
 public function setUserKey($str)
 {
     $this->user_key = Helper::stripSpaces($str);
     return $this;
 }