Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122151915
HeraldObjectTranscript.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
Wed, Jul 16, 04:51
Size
711 B
Mime Type
text/x-php
Expires
Fri, Jul 18, 04:51 (2 d)
Engine
blob
Format
Raw Data
Handle
27435706
Attached To
rPH Phabricator
HeraldObjectTranscript.php
View Options
<?php
final
class
HeraldObjectTranscript
{
protected
$phid
;
protected
$type
;
protected
$name
;
protected
$fields
;
public
function
setPHID
(
$phid
)
{
$this
->
phid
=
$phid
;
return
$this
;
}
public
function
getPHID
()
{
return
$this
->
phid
;
}
public
function
setType
(
$type
)
{
$this
->
type
=
$type
;
return
$this
;
}
public
function
getType
()
{
return
$this
->
type
;
}
public
function
setName
(
$name
)
{
$this
->
name
=
$name
;
return
$this
;
}
public
function
getName
()
{
return
$this
->
name
;
}
public
function
setFields
(
array
$fields
)
{
$this
->
fields
=
$fields
;
return
$this
;
}
public
function
getFields
()
{
return
$this
->
fields
;
}
}
Event Timeline
Log In to Comment