NULL, ); /** * Override our __construct so that we can specify options in each class file */ protected function __construct() { // Populate $_accepted_options based on keys from $_options $this->_accepted_options = array_keys(Arr::merge($this->_sysoptions,$this->_options)); } } ?>