%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/higroup/1618475457800/wp-content/plugins/weglot/src/domcheckers/
Upload File :
Create Path :
Current File : /var/www/html/higroup/1618475457800/wp-content/plugins/weglot/src/domcheckers/class-input-reset.php

<?php

namespace WeglotWP\Domcheckers;

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

use Weglot\Parser\Check\Dom\AbstractDomChecker;
use Weglot\Client\Api\Enum\WordType;


/**
 * @since 2.5.0
 */
class Input_Reset extends AbstractDomChecker {
	/**
	 * {@inheritdoc}
	 */
	const DOM = "input[type='reset']";
	/**
	 * {@inheritdoc}
	 */
	const PROPERTY = 'value';
	/**
	 * {@inheritdoc}
	 */
	const WORD_TYPE = WordType::TEXT;
}

Zerion Mini Shell 1.0