Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3281821
ArcanistToolset.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
451 B
Referenced Files
None
Subscribers
None
ArcanistToolset.php
View Options
<?php
abstract
class
ArcanistToolset
extends
Phobject
{
final
public
function
getToolsetKey
(
)
{
return
$this
->
getPhobjectClassConstant
(
'TOOLSETKEY'
)
;
}
final
public
static
function
newToolsetMap
(
)
{
$toolsets
=
id
(
new
PhutilClassMapQuery
(
)
)
->
setAncestorClass
(
__CLASS__
)
->
setUniqueMethod
(
'getToolsetKey'
)
->
execute
(
)
;
return
$toolsets
;
}
public
function
getToolsetArguments
(
)
{
return
array
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Mar 24, 01:51 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1114173
Default Alt Text
ArcanistToolset.php (451 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment