Home
last modified time | relevance | path

Searched refs:trimexplode (Results 1 – 1 of 1) sorted by relevance

/plugin/groupmatrix/syntax/
H A Dtable.php82 $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