Page MenuHomec4science

PhabricatorPHIDExportField.php
No OneTemporary

File Metadata

Created
Fri, Jan 31, 06:16

PhabricatorPHIDExportField.php

<?php
final class PhabricatorPHIDExportField
extends PhabricatorExportField {
public function getCharacterWidth() {
return 32;
}
}

Event Timeline