Beispiel #1
0
 /**
  * When repopulating with fresh data, make sure to set default
  * values on all object properties.
  *
  * @Override
  * @param array $data
  */
 public function exchangeArray($data)
 {
     parent::exchangeArray($data);
     $this->department = null;
     $this->categoryGroup = null;
     $this->displayPermissionLevelHasChanged = false;
 }
Beispiel #2
0
 /**
  * When repopulating with fresh data, make sure to set default
  * values on all object properties.
  *
  * @Override
  * @param array $data
  */
 public function exchangeArray($data)
 {
     parent::exchangeArray($data);
     $this->issue = null;
     $this->person = null;
     $this->contactMethod = null;
 }
Beispiel #3
0
 /**
  * When repopulating with fresh data, make sure to set default
  * values on all object properties.
  *
  * @Override
  * @param array $data
  */
 public function exchangeArray($data)
 {
     parent::exchangeArray($data);
     $this->enteredByPerson = null;
     $this->actionPerson = null;
     $this->ticket = null;
     $this->issue = null;
     $this->action = null;
 }
 /**
  * When repopulating with fresh data, make sure to set default
  * values on all object properties.
  *
  * @Override
  * @param array $data
  */
 public function exchangeArray($data)
 {
     parent::exchangeArray($data);
     $this->defaultPerson = null;
     $this->categories = [];
     $this->actions = [];
     $this->categoriesUpdated = false;
     $this->actionsUpdated = false;
 }
Beispiel #5
0
 /**
  * When repopulating with fresh data, make sure to set default
  * values on all object properties.
  *
  * @Override
  * @param array $data
  */
 public function exchangeArray($data)
 {
     parent::exchangeArray($data);
     $this->substatus = null;
     $this->category = null;
     $this->client = null;
     $this->enteredByPerson = null;
     $this->assignedPerson = null;
     $this->referredPerson = null;
     $this->issues = null;
     $this->needToUpdateClusters = false;
 }
Beispiel #6
0
 /**
  * When repopulating with fresh data, make sure to set default
  * values on all object properties.
  *
  * @Override
  * @param array $data
  */
 public function exchangeArray($data)
 {
     parent::exchangeArray($data);
     $this->ticket = null;
     $this->contactMethod = null;
     $this->responseMethod = null;
     $this->issueType = null;
     $this->enteredByPerson = null;
     $this->reportedByPerson = null;
     $this->history = [];
     $this->labels = [];
     $this->labelsModified = false;
 }
Beispiel #7
0
 /**
  * When repopulating with fresh data, make sure to set default
  * values on all object properties.
  *
  * @Override
  * @param array $data
  */
 public function exchangeArray($data)
 {
     parent::exchangeArray($data);
     $this->person = null;
 }
Beispiel #8
0
 /**
  * When repopulating with fresh data, make sure to set default
  * values on all object properties.
  *
  * @Override
  * @param array $data
  */
 public function exchangeArray($data)
 {
     parent::exchangeArray($data);
     $this->department = null;
 }