Exemple #1
0
 /**
  * Get a list of digits of this number.
  *
  * @return array
  */
 private function getDigits()
 {
     return $this->numberSystem->getDigits($this);
 }