Page MenuHomec4science

PhabricatorTextEditField.php
No OneTemporary

File Metadata

Created
Wed, Feb 12, 07:06

PhabricatorTextEditField.php

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

Event Timeline