Page MenuHomestyx hydra

AlmanacPropertiesSearchEngineAttachment.php
No OneTemporary

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
Wed, Dec 3, 12:02 AM (1 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
432956
Default Alt Text
AlmanacPropertiesSearchEngineAttachment.php (584 B)

Event Timeline