Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7859809
ArcanistToolset.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
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
Wed, Aug 13, 17:02 (1 d, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
874490
Default Alt Text
ArcanistToolset.php (451 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment