Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4852297
PhabricatorRepositoryStatusMessage.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
775 B
Referenced Files
None
Subscribers
None
PhabricatorRepositoryStatusMessage.php
View Options
<?php
final
class
PhabricatorRepositoryStatusMessage
extends
PhabricatorRepositoryDAO
{
const
TYPE_INIT
=
'init'
;
const
TYPE_FETCH
=
'fetch'
;
const
TYPE_NEEDS_UPDATE
=
'needs-update'
;
const
CODE_ERROR
=
'error'
;
const
CODE_WORKING
=
'working'
;
const
CODE_OKAY
=
'okay'
;
protected
$repositoryID
;
protected
$statusType
;
protected
$statusCode
;
protected
$parameters
=
array
(
)
;
protected
$epoch
;
public
function
getConfiguration
(
)
{
return
array
(
self
::
CONFIG_TIMESTAMPS
=>
false
,
self
::
CONFIG_SERIALIZATION
=>
array
(
'parameters'
=>
self
::
SERIALIZATION_JSON
,
)
,
)
+
parent
::
getConfiguration
(
)
;
}
public
function
getParameter
(
$key
,
$default
=
null
)
{
return
idx
(
$this
->
parameters
,
$key
,
$default
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 9, 06:25 (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1767079
Default Alt Text
PhabricatorRepositoryStatusMessage.php (775 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment