public function asArray()
 {
     return array_merge(parent::asArray(), ['on_corrupted_id' => $this->actionOnCorruptedId]);
 }
Esempio n. 2
0
 public function asArray()
 {
     return array_merge(parent::asArray(), ['stored' => $this->isStored()]);
 }
Esempio n. 3
0
 public function asArray()
 {
     return array_merge(parent::asArray(), ['blind' => $this->isBlind()]);
 }
Esempio n. 4
0
 public function asArray()
 {
     return array_merge(parent::asArray(), ['transform_strategy' => $this->returnTransform, 'custom_value' => $this->customValue, 'action_on_not_numeric' => $this->actionOnNotNumeric]);
 }