Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1081244
ReleephBranchCommitFieldSpecification.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
536 B
Referenced Files
None
Subscribers
None
ReleephBranchCommitFieldSpecification.php
View Options
<?php
final
class
ReleephBranchCommitFieldSpecification
extends
ReleephFieldSpecification
{
public
function
getFieldKey
()
{
return
'commit'
;
}
public
function
getName
()
{
return
'Commit'
;
}
public
function
getRequiredHandlePHIDsForPropertyView
()
{
$pull
=
$this
->
getReleephRequest
();
if
(
$pull
->
getCommitPHID
())
{
return
array
(
$pull
->
getCommitPHID
());
}
return
array
();
}
public
function
renderPropertyViewValue
(
array
$handles
)
{
return
$this
->
renderHandleList
(
$handles
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jun 29, 9:31 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
264816
Default Alt Text
ReleephBranchCommitFieldSpecification.php (536 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment