%PDF- %PDF-
Direktori : /var/www/pn/beta/64801_wp-content/plugins/mailpoet/lib/Models/ |
Current File : /var/www/pn/beta/64801_wp-content/plugins/mailpoet/lib/Models/MappingToExternalEntities.php |
<?php namespace MailPoet\Models; if(!defined('ABSPATH')) exit; class MappingToExternalEntities extends Model { public static $_table = MP_MAPPING_TO_EXTERNAL_ENTITIES_TABLE; static function create($data = array()) { $relation = parent::create(); $relation->hydrate($data); return $relation->save(); } }