Page MenuHomePhorge

PhabricatorSearchRelationship.php
No OneTemporary

Size
535 B
Referenced Files
None
Subscribers
None

PhabricatorSearchRelationship.php

<?php
final class PhabricatorSearchRelationship extends Phobject {
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
Mon, May 12, 4:09 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
123400
Default Alt Text
PhabricatorSearchRelationship.php (535 B)

Event Timeline