Ejemplo n.º 1
0
 private function loadFromDb($locale, $group)
 {
     $labels = TranslationLabelQuery::create()->filterByLanguageCode($locale)->filterByFilename($group)->find()->toKeyValue('key', 'value');
     $nestedLabels = Utility::nestedArray($labels, '.');
     return $nestedLabels;
 }
Ejemplo n.º 2
0
 public function getNestedData()
 {
     $data = $this->getData() + $this->borrower->getPersonalInformation();
     return Utility::nestedArray($data);
 }
Ejemplo n.º 3
0
 public function getNestedData()
 {
     $data = $this->getData();
     return Utility::nestedArray($data);
 }