Page MenuHomePhorge

AlmanacPropertiesSearchEngineAttachment.php
No OneTemporary

Size
584 B
Referenced Files
None
Subscribers
None

AlmanacPropertiesSearchEngineAttachment.php

<?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

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)

Event Timeline