getStrList($key); } protected function newControl() { if (strlen($this->getValueForControl())) { return new AphrontFormTextControl(); } else { return null; } } protected function getValueForControl() { return implode(', ', parent::getValueForControl()); } protected function newConduitParameterType() { return id(new ConduitPHIDListParameterType()) ->setAllowEmptyList(false); } }