コード例 #1
0
ファイル: Integer.php プロジェクト: cubiche/cubiche
 /**
  * {@inheritdoc}
  */
 public function toDecimal()
 {
     return Decimal::fromNative($this->value);
 }