/
www
/
wwwroot
/
alo88.autos
/
wp-content
/
plugins
/
wp-content-crawler
/
app
/
Objects
/
Views
/
Upload File
HOME
<?php /** * Created by PhpStorm. * User: turgutsaricam * Date: 15/03/2020 * Time: 08:08 * * @since 1.11.0 */ namespace WPCCrawler\Objects\Views; use WPCCrawler\Objects\Views\Base\AbstractViewWithLabel; class MultipleFindReplaceWithLabelForCmd extends AbstractViewWithLabel { public function getKey(): string { return 'form-items.combined.multiple-find-replace-with-label-for-cmd'; } protected function createViewVariableNames(): ?array { return null; } }