Searched refs:trimexplode (Results 1 – 1 of 1) sorted by relevance
82 $data['attributes'] = $this->trimexplode(',', $cfg['attributes']);89 $data['groups'] = $this->trimexplode(',', $cfg['groups']);90 $titles = $this->trimexplode(',', $cfg['titles']);191 protected function trimexplode($delimiter, $string) function in syntax_plugin_groupmatrix_table