Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F545689
PhabricatorChartFunction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
556 B
Referenced Files
None
Subscribers
None
PhabricatorChartFunction.php
View Options
<?php
abstract
class
PhabricatorChartFunction
extends
Phobject
{
final
public
function
getFunctionKey
()
{
return
$this
->
getPhobjectClassConstant
(
'FUNCTIONKEY'
,
32
);
}
final
public
static
function
getAllFunctions
()
{
return
id
(
new
PhutilClassMapQuery
())
->
setAncestorClass
(
__CLASS__
)
->
setUniqueMethod
(
'getFunctionKey'
)
->
execute
();
}
final
public
function
setArguments
(
array
$arguments
)
{
$this
->
newArguments
(
$arguments
);
return
$this
;
}
abstract
protected
function
newArguments
(
array
$arguments
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 12:57 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
122473
Default Alt Text
PhabricatorChartFunction.php (556 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment