13 lines
269 B
PHP
13 lines
269 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'st_export_profile_has_export_field' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stImportExportPlugin.lib.model
|
|
*/
|
|
class ExportProfileHasExportFieldPeer extends BaseExportProfileHasExportFieldPeer
|
|
{
|
|
}
|