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
Wed, Nov 26, 8:39 PM (17 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387295
Default Alt Text
PhabricatorCustomFieldIndexStorage.php (430 B)

Event Timeline