Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F956519
AlmanacPropertiesSearchEngineAttachment.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
584 B
Referenced Files
None
Subscribers
None
AlmanacPropertiesSearchEngineAttachment.php
View Options
<?php
final
class
AlmanacPropertiesSearchEngineAttachment
extends
AlmanacSearchEngineAttachment
{
public
function
getAttachmentName
()
{
return
pht
(
'Almanac Properties'
);
}
public
function
getAttachmentDescription
()
{
return
pht
(
'Get Almanac properties for the object.'
);
}
public
function
willLoadAttachmentData
(
$query
,
$spec
)
{
$query
->
needProperties
(
true
);
}
public
function
getAttachmentForObject
(
$object
,
$data
,
$spec
)
{
$properties
=
$this
->
getAlmanacPropertyList
(
$object
);
return
array
(
'properties'
=>
$properties
,
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jun 17, 5:47 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
226419
Default Alt Text
AlmanacPropertiesSearchEngineAttachment.php (584 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment