Page MenuHomestyx hydra

PhabricatorCustomFieldIndexStorage.php
No OneTemporary

PhabricatorCustomFieldIndexStorage.php

<?php
abstract class PhabricatorCustomFieldIndexStorage extends PhabricatorLiskDAO {
protected $objectPHID;
protected $indexKey;
protected $indexValue;
protected function getConfiguration() {
return array(
self::CONFIG_TIMESTAMPS => false,
) + parent::getConfiguration();
}
abstract public function formatForInsert(AphrontDatabaseConnection $conn);
abstract public function getIndexValueType();
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Nov 24, 2:19 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387295
Default Alt Text
PhabricatorCustomFieldIndexStorage.php (430 B)

Event Timeline