Page Menu
Home
WMGMC Issues
搜索
Configure Global Search
登录
Files
F16076
ArcanistWorkflowEngine.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
订阅
标记用于日后
授予令牌
Size
960 B
Referenced Files
None
订阅者
None
ArcanistWorkflowEngine.php
View Options
<?php
abstract
class
ArcanistWorkflowEngine
extends
Phobject
{
private
$workflow
;
private
$viewer
;
private
$logEngine
;
private
$repositoryAPI
;
final
public
function
setViewer
(
$viewer
)
{
$this
->
viewer
=
$viewer
;
return
$this
;
}
final
public
function
getViewer
()
{
return
$this
->
viewer
;
}
final
public
function
setWorkflow
(
ArcanistWorkflow
$workflow
)
{
$this
->
workflow
=
$workflow
;
return
$this
;
}
final
public
function
getWorkflow
()
{
return
$this
->
workflow
;
}
final
public
function
setRepositoryAPI
(
ArcanistRepositoryAPI
$repository_api
)
{
$this
->
repositoryAPI
=
$repository_api
;
return
$this
;
}
final
public
function
getRepositoryAPI
()
{
return
$this
->
repositoryAPI
;
}
final
public
function
setLogEngine
(
ArcanistLogEngine
$log_engine
)
{
$this
->
logEngine
=
$log_engine
;
return
$this
;
}
final
public
function
getLogEngine
()
{
return
$this
->
logEngine
;
}
}
File Metadata
详情
附加的
Mime Type
text/x-php
Expires
9月 11 Thu, 1:42 PM (1 d, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5547
默认替代文本
ArcanistWorkflowEngine.php (960 B)
Attached To
Mode
rP phorge
附加的
Detach File
Event Timeline
Log In to Comment