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