1 | <?php |
||
5 | class Helpers |
||
6 | { |
||
7 | public static function extractNestedDataFromArray($args = []) |
||
16 | |||
17 | protected static function returnEmptyStringOrFirstArgument($args = []) |
||
26 | |||
27 | protected static function returnFirstArgumentOrNestedData($args = []) |
||
35 | |||
36 | protected static function accessArrayOrObject($key, $data) |
||
48 | } |
||
49 |