public function casing($array = array(), $type = 'lower', $keyval = 'all') { return Convert::arrayCase($array, $type, $keyval); }