Page MenuHomePhorge

PhabricatorStringListEditField.php
No OneTemporary

PhabricatorStringListEditField.php

<?php
final class PhabricatorStringListEditField
extends PhabricatorEditField {
protected function newControl() {
return new AphrontFormTextControl();
}
protected function getValueForControl() {
$value = $this->getValue();
return implode(', ', $value);
}
protected function newConduitParameterType() {
return new ConduitStringListParameterType();
}
protected function newHTTPParameterType() {
return new AphrontStringListHTTPParameterType();
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Mar 27, 01:58 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1110115
Default Alt Text
PhabricatorStringListEditField.php (490 B)

Event Timeline