Page Menu
Home
WMGMC Issues
搜索
Configure Global Search
登录
Files
F16242
ArcanistToolset.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
订阅
标记用于日后
授予令牌
Size
451 B
Referenced Files
None
订阅者
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
详情
附加的
Mime Type
text/x-php
Expires
9月 12 Fri, 2:55 AM (22 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5699
默认替代文本
ArcanistToolset.php (451 B)
Attached To
Mode
rP phorge
附加的
Detach File
Event Timeline
Log In to Comment