Home
last modified time | relevance | path

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

/plugin/columns/
H A Daction.php187 public function startSection($callInfo) { argument
193 public function endSection($callInfo) { argument
275 public function startSection($callInfo) { argument
276 $this->currentColumn->startSection($callInfo);
282 public function endSection($callInfo) { argument
283 $this->currentColumn->endSection($callInfo);
585 public function startSection($callInfo) { argument
586 $this->sectionStart = $callInfo;
592 public function endSection($callInfo) { argument
593 $this->sectionEnd = $callInfo;