Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99428018
PassphraseSchemaSpec.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 24, 11:47
Size
312 B
Mime Type
text/x-php
Expires
Sun, Jan 26, 11:47 (2 d)
Engine
blob
Format
Raw Data
Handle
23798452
Attached To
rPH Phabricator
PassphraseSchemaSpec.php
View Options
<?php
final
class
PassphraseSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildLiskSchemata
(
'PassphraseDAO'
);
$this
->
buildTransactionSchema
(
new
PassphraseCredentialTransaction
());
$this
->
buildEdgeSchemata
(
new
PassphraseCredential
());
}
}
Event Timeline
Log In to Comment