Page MenuHomestyx hydra

PhabricatorFactAggregate.php
No OneTemporary

PhabricatorFactAggregate.php

<?php
final class PhabricatorFactAggregate extends PhabricatorFactDAO {
protected $factType;
protected $objectPHID;
protected $valueX;
public function getConfiguration() {
return array(
self::CONFIG_COLUMN_SCHEMA => array(
'id' => 'id64',
'factType' => 'text32',
'valueX' => 'uint64',
),
self::CONFIG_KEY_SCHEMA => array(
'factType' => array(
'columns' => array('factType', 'objectPHID'),
'unique' => true,
),
),
) + parent::getConfiguration();
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Dec 2, 6:01 PM (14 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
432333
Default Alt Text
PhabricatorFactAggregate.php (555 B)

Event Timeline