示例#1
0
 /**
  * Get the current prime.
  *
  * @return int
  */
 public function getPrime()
 {
     return (int) $this->prime->toString();
 }