/
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 CheckboxWithLabel extends AbstractViewWithLabel { public function getKey(): string { return 'form-items.combined.checkbox-with-label'; } protected function createViewVariableNames(): ?array { return null; } }