Page MenuHomePhorge

PhabricatorSlowvoteSchemaSpec.php
No OneTemporary

Size
381 B
Referenced Files
None
Subscribers
None

PhabricatorSlowvoteSchemaSpec.php

<?php
final class PhabricatorSlowvoteSchemaSpec
extends PhabricatorConfigSchemaSpec {
public function buildSchemata() {
$this->buildLiskSchemata('PhabricatorSlowvoteDAO');
$this->buildEdgeSchemata(new PhabricatorSlowvotePoll());
$this->buildTransactionSchema(
new PhabricatorSlowvoteTransaction(),
new PhabricatorSlowvoteTransactionComment());
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 13, 5:56 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
124181
Default Alt Text
PhabricatorSlowvoteSchemaSpec.php (381 B)

Event Timeline