Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121097073
DiffusionRepositoryRef.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jul 8, 16:09
Size
691 B
Mime Type
text/x-php
Expires
Thu, Jul 10, 16:09 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27229883
Attached To
rPH Phabricator
DiffusionRepositoryRef.php
View Options
<?php
final
class
DiffusionRepositoryRef
{
private
$shortName
;
private
$commitIdentifier
;
private
$rawFields
;
public
function
setRawFields
(
array
$raw_fields
)
{
$this
->
rawFields
=
$raw_fields
;
return
$this
;
}
public
function
getRawFields
()
{
return
$this
->
rawFields
;
}
public
function
setCommitIdentifier
(
$commit_identifier
)
{
$this
->
commitIdentifier
=
$commit_identifier
;
return
$this
;
}
public
function
getCommitIdentifier
()
{
return
$this
->
commitIdentifier
;
}
public
function
setShortName
(
$short_name
)
{
$this
->
shortName
=
$short_name
;
return
$this
;
}
public
function
getShortName
()
{
return
$this
->
shortName
;
}
}
Event Timeline
Log In to Comment