Beispiel #1
0
 /** {@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);
 }
Beispiel #2
0
 /** {@inheritdoc} */
 public function save(array $fieldNames = [])
 {
     $fieldNames = array_intersect($fieldNames, ['content']);
     return parent::save($fieldNames);
 }
Beispiel #3
0
 /** {@inheritdoc} */
 public function save(array $fieldNames = [])
 {
     $fieldNames = array_intersect($fieldNames, ['name', 'timezone', 'currency_id']);
     return parent::save($fieldNames);
 }
Beispiel #4
0
 /** {@inheritdoc} */
 public function save(array $fieldNames = [])
 {
     $fieldNames = array_intersect($fieldNames, ['content', 'done', 'remind', 'date', 'hour']);
     return parent::save($fieldNames);
 }
Beispiel #5
0
 /** {@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);
 }
Beispiel #6
0
 /** {@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);
 }