Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295549
RemarkupValue.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
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
Thu, Mar 27, 02:26 (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1111238
Default Alt Text
RemarkupValue.php (424 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment