| Current Path : /home/x/i/e/xiedrke/entrepot/wp-content/plugins/realpress/app/Helpers/Fields/ |
| Current File : /home/x/i/e/xiedrke/entrepot/wp-content/plugins/realpress/app/Helpers/Fields/Text.php |
<?php
namespace RealPress\Helpers\Fields;
/**
* Class Text
* @package RealPress\Helpers\AbstractForm
*/
class Text extends AbstractField {
/**
* @param $args
*
* @return string
*/
public $pattern;
/**
* @var
*/
public $placeholder;
public $required;
/**
* @var string path file template of field
*/
public $path_view = 'fields/text.php';
public function __construct() {
}
}