getParam('key', ''); $array = $this->getParam('array', false); $required = $this->getParam('required', ''); $namespace = $this->getParam('namespace', ''); $list = $this->getParam('list', []); $list = (is_array($list)) ? $list : []; $list = ($array) ? $list : array_shift($list); ?>