Page MenuHomec4science

PhabricatorIDExportField.php
No OneTemporary

File Metadata

Created
Tue, Apr 15, 09:22

PhabricatorIDExportField.php

<?php
final class PhabricatorIDExportField
extends PhabricatorExportField {
public function getNaturalValue($value) {
return (int)$value;
}
}

Event Timeline