Page MenuHomec4science

PhabricatorPHIDExportField.php
No OneTemporary

File Metadata

Created
Wed, Jan 8, 08:30

PhabricatorPHIDExportField.php

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

Event Timeline