PhabricatorObjectHandles

This commit is contained in:
epriestley
2011-01-26 09:02:09 -08:00
parent bc57b12ef0
commit 7bd6169035
13 changed files with 366 additions and 7 deletions

View File

@@ -167,4 +167,8 @@ class PhabricatorFile extends PhabricatorFileDAO {
return $data;
}
public function getViewURI() {
return PhabricatorFileURI::getViewURIForPHID($this->getPHID());
}
}