Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3281885
PhutilNumber.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
446 B
Referenced Files
None
Subscribers
None
PhutilNumber.php
View Options
<?php
final
class
PhutilNumber
extends
Phobject
{
private
$value
;
private
$decimals
=
0
;
public
function
__construct
(
$value
,
$decimals
=
0
)
{
$this
->
value
=
$value
;
$this
->
decimals
=
$decimals
;
}
public
function
getNumber
(
)
{
return
$this
->
value
;
}
public
function
setDecimals
(
$decimals
)
{
$this
->
decimals
=
$decimals
;
return
$this
;
}
public
function
getDecimals
(
)
{
return
$this
->
decimals
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Mar 24, 02:19 (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113677
Default Alt Text
PhutilNumber.php (446 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment