Changeset View
Changeset View
Standalone View
Standalone View
src/ref/symbol/ArcanistSymbolRef.php
| Show All 30 Lines | abstract class ArcanistSymbolRef | ||||
| final public function getObject() { | final public function getObject() { | ||||
| return $this->getHardpoint(self::HARDPOINT_OBJECT); | return $this->getHardpoint(self::HARDPOINT_OBJECT); | ||||
| } | } | ||||
| protected function resolveSymbol($symbol) { | protected function resolveSymbol($symbol) { | ||||
| return $symbol; | return $symbol; | ||||
| } | } | ||||
| } | } | ||||