3 final class PhabricatorVoidDocumentEngine
4 extends PhabricatorDocumentEngine
{
6 const ENGINEKEY
= 'void';
8 public function getViewAsLabel(PhabricatorDocumentRef
$ref) {
12 protected function getDocumentIconIcon(PhabricatorDocumentRef
$ref) {
16 protected function getContentScore(PhabricatorDocumentRef
$ref) {
20 protected function getByteLengthLimit() {
24 protected function canRenderDocumentType(PhabricatorDocumentRef
$ref) {
28 protected function newDocumentContent(PhabricatorDocumentRef
$ref) {
30 'No document engine can render the contents of this file.');
32 $container = phutil_tag(
35 'class' => 'document-engine-message',