haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
proc
/
thread-self
/
cwd
/
wp-content
/
plugins
/
admin-columns-pro
/
classes
/
Editing
/
View
/
Filename :
RemoteSelect.php
back
Copy
<?php namespace ACP\Editing\View; use ACP\Editing\View; class RemoteSelect extends View { /** * Needs to be paired with RemoteOptions * @see \ACP\Editing\RemoteOptions */ public function __construct() { parent::__construct('select2_remote'); } }