| Current Path : /home/xiedrke/entrepot/wp-content/plugins/realpress/app/Helpers/Forms/ |
| Current File : /home/xiedrke/entrepot/wp-content/plugins/realpress/app/Helpers/Forms/MetaRow.php |
<?php
namespace RealPress\Helpers\Forms;
/**
* Class MetaRow
* @package RealPress\Helpers\AbstractForm
*/
class MetaRow extends AbstractForm {
public $fields;
public $path_view = 'forms/meta-row.php';
/**
*
*/
public function __construct() {
}
}