public function Lists::__construct in UEditor - 百度编辑器 8
File
- src/
Lists.php, line 7
Class
Namespace
Drupal\ueditorCode
public function __construct($allowFiles, $listSize, $path, $request) {
$this->allowFiles = substr(str_replace(".", "|", join("", $allowFiles)), 1);
$this->listSize = $listSize;
$this->path = $path;
$this->request = $request;
}