Page MenuHomePhorge

ArcanistRef.php
No OneTemporary

ArcanistRef.php

<?php
abstract class ArcanistRef
extends ArcanistHardpointObject {
abstract public function getRefDisplayName();
final public function newRefView() {
$ref_view = id(new ArcanistRefView())
->setRef($this);
$this->buildRefView($ref_view);
return $ref_view;
}
protected function buildRefView(ArcanistRefView $view) {
return null;
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Mar 24, 03:16 (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1114793
Default Alt Text
ArcanistRef.php (372 B)

Event Timeline