/** {@inheritdoc} */ public function save(array $fieldNames = []) { $fieldNames = array_intersect($fieldNames, ['name', 'last_name', 'first_name', 'contact_id', 'email', 'phone', 'mobile', 'twitter', 'skype', 'facebook', 'linkedin', 'address', 'city', 'country', 'title', 'description', 'industry', 'website', 'fax', 'tag_list', 'private']); return parent::save($fieldNames); }
/** {@inheritdoc} */ public function save(array $fieldNames = []) { $fieldNames = array_intersect($fieldNames, ['content']); return parent::save($fieldNames); }
/** {@inheritdoc} */ public function save(array $fieldNames = []) { $fieldNames = array_intersect($fieldNames, ['name', 'timezone', 'currency_id']); return parent::save($fieldNames); }
/** {@inheritdoc} */ public function save(array $fieldNames = []) { $fieldNames = array_intersect($fieldNames, ['content', 'done', 'remind', 'date', 'hour']); return parent::save($fieldNames); }
/** {@inheritdoc} */ public function save(array $fieldNames = []) { $fieldNames = array_intersect($fieldNames, ['first_name', 'last_name', 'company_name', 'email', 'phone', 'mobile', 'twitter', 'skype', 'facebook', 'linkedin', 'address', 'city', 'country', 'title', 'description']); return parent::save($fieldNames); }
/** {@inheritdoc} */ public function save(array $fieldNames = []) { $fieldNames = array_intersect($fieldNames, ['name', 'entity_id', 'scope', 'hot', 'deal_tags', 'contact_ids', 'source_id', 'stage']); return parent::save($fieldNames); }