Page MenuHomec4science

PhabricatorSubmitEditField.php
No OneTemporary

File Metadata

Created
Sun, Sep 1, 11:12

PhabricatorSubmitEditField.php

<?php
final class PhabricatorSubmitEditField
extends PhabricatorEditField {
protected function renderControl() {
return id(new AphrontFormSubmitControl())
->setValue($this->getValue());
}
protected function newHTTPParameterType() {
return null;
}
protected function newConduitParameterType() {
return null;
}
}

Event Timeline