Page MenuHomec4science

PhabricatorPHIDExportField.php
No OneTemporary

File Metadata

Created
Wed, Apr 9, 21:49

PhabricatorPHIDExportField.php

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

Event Timeline