Skip to content

Instantly share code, notes, and snippets.

@vikaszeon
vikaszeon / getter-setter.php
Created November 16, 2015 07:30 — forked from atishgoswami/getter-setter.php
Array Getter and Setter.
<?php
/**
* Get Current Import Structure Array
*
* @param string $path path to array key
*
* @return void
*/
protected function _getCurrentImportStructure($path = null)
{