Skip to content

Instantly share code, notes, and snippets.

@abbood
Created April 11, 2019 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abbood/af9918afad985afe931adf38343ab48d to your computer and use it in GitHub Desktop.
Save abbood/af9918afad985afe931adf38343ab48d to your computer and use it in GitHub Desktop.
print_r sample output
[items_info] => Wilgucki\Csv\CsvCollection Object
(
[items:protected] => Array
(
[0] => App\StoreItem Object
(
[dates:protected] => Array
(
[0] => deleted_at
[1] => unavailable_until
)
[guarded:protected] => Array
(
[0] => id
)
[casts:protected] => Array
(
[is_visible] => boolean
[unit_price] => double
[unit_cost] => double
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment