Page MenuHomePhorge

PonderSchemaSpec.php
No OneTemporary

Size
454 B
Referenced Files
None
Subscribers
None

PonderSchemaSpec.php

<?php
final class PonderSchemaSpec extends PhabricatorConfigSchemaSpec {
public function buildSchemata() {
$this->buildLiskSchemata('PonderDAO');
$this->buildEdgeSchemata(new PonderQuestion());
$this->buildTransactionSchema(
new PonderQuestionTransaction(),
new PonderQuestionTransactionComment());
$this->buildTransactionSchema(
new PonderAnswerTransaction(),
new PonderAnswerTransactionComment());
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 3, 6:03 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
61269
Default Alt Text
PonderSchemaSpec.php (454 B)

Event Timeline