post = $hooks->wrap($post); $this->settings = $hooks->wrap($settings); } public function execute() { $take = array( 'shifts_no_draft', 'shifts_confirm_publish' ); foreach( $take as $k ){ $v = $this->post->get($k); $this->settings->set( $k, $v ); } $return = array( 'admin/conf/shiftstatus', '__Settings Updated__' ); return $return; } }