Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DGfmTable.php162 * @param array $cellCalls handler calls captured inside one cell
165 protected function cellText(array $cellCalls): string argument
167 return implode('', array_column(array_column($cellCalls, 1), 0));