Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F804721
HarbormasterBuildCommand.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
605 B
Referenced Files
None
Subscribers
None
HarbormasterBuildCommand.php
View Options
<?php
final
class
HarbormasterBuildCommand
extends
HarbormasterDAO
{
const
COMMAND_PAUSE
=
'pause'
;
const
COMMAND_RESUME
=
'resume'
;
const
COMMAND_RESTART
=
'restart'
;
const
COMMAND_ABORT
=
'abort'
;
protected
$authorPHID
;
protected
$targetPHID
;
protected
$command
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'command'
=>
'text128'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'key_target'
=>
array
(
'columns'
=>
array
(
'targetPHID'
),
),
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, May 29, 12:49 PM (21 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
172781
Default Alt Text
HarbormasterBuildCommand.php (605 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment