Page MenuHomec4science

PhabricatorIntEditField.php
No OneTemporary

File Metadata

Created
Thu, Jan 16, 19:52

PhabricatorIntEditField.php

<?php
final class PhabricatorIntEditField
extends PhabricatorEditField {
protected function newControl() {
return new AphrontFormTextControl();
}
protected function newConduitParameterType() {
return new ConduitIntParameterType();
}
}

Event Timeline