Page MenuHomePhorge

PhabricatorSearchRelationship.php
No OneTemporary

Size
518 B
Referenced Files
None
Subscribers
None

PhabricatorSearchRelationship.php

<?php
final class PhabricatorSearchRelationship {
const RELATIONSHIP_AUTHOR = 'auth';
const RELATIONSHIP_BOOK = 'book';
const RELATIONSHIP_REVIEWER = 'revw';
const RELATIONSHIP_SUBSCRIBER = 'subs';
const RELATIONSHIP_COMMENTER = 'comm';
const RELATIONSHIP_OWNER = 'ownr';
const RELATIONSHIP_PROJECT = 'proj';
const RELATIONSHIP_REPOSITORY = 'repo';
const RELATIONSHIP_OPEN = 'open';
const RELATIONSHIP_CLOSED = 'clos';
const RELATIONSHIP_UNOWNED = 'unow';
}

File Metadata

Mime Type
text/x-php
Expires
Wed, May 7, 10:02 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
87471
Default Alt Text
PhabricatorSearchRelationship.php (518 B)

Event Timeline