Home
last modified time | relevance | path

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

/plugin/imagereference/syntax/
H A Dimgcaption.php157 $renderer->doc .= $this->captionEnd($data);
300 * @var string $captionEnd closing tag of caption, image/table dependent
303 protected $captionEnd = '</span>';
326 protected function captionEnd($data) {
332 . $this->captionEnd;
299 protected $captionEnd = '</span>'; global() variable in syntax_plugin_imagereference_imgcaption
322 protected function captionEnd($data) { global() function in syntax_plugin_imagereference_imgcaption
H A Dtabcaption.php71 * @var string $captionEnd closing tag of caption, image/table dependent
74 protected $captionEnd = '</div></div>'; variable in syntax_plugin_imagereference_tabcaption