Page MenuHomec4science

AlmanacDeletePropertyEditField.php
No OneTemporary

File Metadata

Created
Tue, Nov 12, 12:52

AlmanacDeletePropertyEditField.php

<?php
final class AlmanacDeletePropertyEditField
extends PhabricatorEditField {
protected function newControl() {
return null;
}
protected function newHTTPParameterType() {
return null;
}
protected function newConduitParameterType() {
return new ConduitStringListParameterType();
}
protected function newEditType() {
return new AlmanacDeletePropertyEditType();
}
}

Event Timeline