Page MenuHomec4science

PhabricatorTextEditField.php
No OneTemporary

File Metadata

Created
Sun, Jun 29, 04:19

PhabricatorTextEditField.php

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

Event Timeline