public
|
get(string $item = ''): array|mixed|null
Get Generic.<br>
Get a item of the array, you should not get used to use this, better use specific get's.
Get Generic.
Get a item of the array, you should not get used to use this, better use specific get's.
Parameters
$item |
The item of the $data array you want
|
Returns
Returns the entire data array, a specific item, or null if the item does not exist.
|
#
|