13 lines
243 B
PHP
13 lines
243 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for representing a row from the 'st_export_profile_has_export_field' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stImportExportPlugin.lib.model
|
|
*/
|
|
class ExportProfileHasExportField extends BaseExportProfileHasExportField
|
|
{
|
|
}
|