Example #1
0
 public function extraFieldWasChanged($fieldName)
 {
     return array_key_exists($fieldName, $this->extraFields) && $this->extraFields[$fieldName] !== $this->user->getExtra($fieldName);
 }