Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F536849
RemarkupValue.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
424 B
Referenced Files
None
Subscribers
None
RemarkupValue.php
View Options
<?php
final
class
RemarkupValue
extends
Phobject
{
private
$corpus
;
private
$metadata
;
public
function
setCorpus
(
$corpus
)
{
$this
->
corpus
=
$corpus
;
return
$this
;
}
public
function
getCorpus
()
{
return
$this
->
corpus
;
}
public
function
setMetadata
(
array
$metadata
)
{
$this
->
metadata
=
$metadata
;
return
$this
;
}
public
function
getMetadata
()
{
return
$this
->
metadata
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 7:29 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
119088
Default Alt Text
RemarkupValue.php (424 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment