Page MenuHomec4science

PhabricatorTextEditField.php
No OneTemporary

File Metadata

Created
Sun, Jun 8, 15:37

PhabricatorTextEditField.php

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

Event Timeline