Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121639616
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
Sat, Jul 12, 17:39
Size
691 B
Mime Type
text/x-php
Expires
Mon, Jul 14, 17:39 (2 d)
Engine
blob
Format
Raw Data
Handle
27364704
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