* [ * 'field1' => 'value1', * 'field2' => 'value2' * ], * 'group2' => * [ * 'field1' => 'value3' * ] * ] * ``` * And string will be returned if you use full path to field (e.g. scope/scope_code/section_id/group_id/field_id) * E.g. 'value1' */ public function get($path = ''); }