コード例 #1
0
ファイル: Integer.class.php プロジェクト: phoebius/phoebius
 function getValue()
 {
     return (int) parent::getValue();
 }
コード例 #2
0
ファイル: Float.class.php プロジェクト: phoebius/phoebius
 function getValue()
 {
     return (double) parent::getValue();
 }