Ejemplo n.º 1
0
 /**
  * @return string
  */
 public function getSubString()
 {
     return substr($this->passPhrase->getSuperKey(), $this->getRandomDecimalPosition(), $this->parameterLength);
 }