Page MenuHomestyx hydra

PhabricatorCustomFieldStringIndexStorage.php
No OneTemporary

PhabricatorCustomFieldStringIndexStorage.php

<?php
abstract class PhabricatorCustomFieldStringIndexStorage
extends PhabricatorCustomFieldIndexStorage {
public function formatForInsert(AphrontDatabaseConnection $conn) {
return qsprintf(
$conn,
'(%s, %s, %s)',
$this->getObjectPHID(),
$this->getIndexKey(),
$this->getIndexValue());
}
public function getIndexValueType() {
return 'string';
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 4, 3:16 AM (16 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
721014
Default Alt Text
PhabricatorCustomFieldStringIndexStorage.php (398 B)

Event Timeline