Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F549463
PhabricatorChartAxis.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
499 B
Referenced Files
None
Subscribers
None
PhabricatorChartAxis.php
View Options
<?php
final
class
PhabricatorChartAxis
extends
Phobject
{
private
$minimumValue
;
private
$maximumValue
;
public
function
setMinimumValue
(
$minimum_value
)
{
$this
->
minimumValue
=
$minimum_value
;
return
$this
;
}
public
function
getMinimumValue
()
{
return
$this
->
minimumValue
;
}
public
function
setMaximumValue
(
$maximum_value
)
{
$this
->
maximumValue
=
$maximum_value
;
return
$this
;
}
public
function
getMaximumValue
()
{
return
$this
->
maximumValue
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 2:09 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
119739
Default Alt Text
PhabricatorChartAxis.php (499 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment