Page MenuHomec4science

PhabricatorIntExportField.php
No OneTemporary

File Metadata

Created
Fri, Mar 21, 06:16

PhabricatorIntExportField.php

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

Event Timeline