| Current Path : /home/xiedrke/entrepot/wp-content/plugins/realpress/app/Helpers/Fields/ |
| Current File : /home/xiedrke/entrepot/wp-content/plugins/realpress/app/Helpers/Fields/Number.php |
<?php
namespace RealPress\Helpers\Fields;
/**
*
*/
class Number extends AbstractField {
public $min, $max, $required, $step;
public $path_view = 'fields/number.php';
public function __construct() {
}
}